{% extends "conferenceapp/layout.html" %} {% block style %} {% endblock %} {% block content %}

{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}

×

{{ mesg|safe }}

{% endfor %}
{% endblock %} {% block bottomscript %} {% endblock %}