Questions tagged [flash-message]

Flash messages are used to notify the user that something has occurred. For example, a record has been created or they attempted to access something they were not authorized to do.

408 questions
-1
votes
2 answers

Change flash message color from array

I have a list of symbols that correspond to various flash messages: :is_self :already_exist :already_added :invited :added Every time I run my method, variable answer is assigned one of these symbols. I assigned to variable message the flash…
phwagner
  • 11
  • 1
  • 4
-2
votes
1 answer

CakePHP - How to format the message into sentences

I am using CakePHP 2.8.9 and my app receives Flash messages. How to format the message into sentences. For example: MSG1 new line MSG2 and so on. $message = 'Bla bla bla .new line bla bla bla'; $this->Flash->set($message, array( …
-3
votes
1 answer

Python Flask Flash Not Displaying At All

I am working on a project at work for taking in large excel files and spitting them out in PDF form. My code is at https://github.com/haincha/Project It has the template file and all. For some reason I just can't find good documentation or I am…
haincha
  • 23
  • 1
  • 6
1 2 3
27
28