Procházet zdrojové kódy

Updated with link back to messages list.

Steve Thielemann před 4 roky
rodič
revize
96e5ae2e59
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      templates/message.html

+ 1 - 0
templates/message.html

@@ -2,6 +2,7 @@
 
 {% block header %}
 <h1>Messages for {{ area }} </h1>
+<a href="{{ url_for('display_messages', area=area) }}">Back to {{ area }}</a>
 {% endblock %}
 
 {% block content %}