Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to set up flash message in html template in flask app

 <body>
      {% for mesg in get_flashed_messages() %}
      <h1>{{ mesg }}</h1>
      {% endfor %}
    </body>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #set #flash #message #html #template #flask #app
ADD COMMENT
Topic
Name
5+2 =