Przeglądaj źródła

Updated with link back to messages list.

Steve Thielemann 4 lat temu
rodzic
commit
96e5ae2e59
1 zmienionych plików z 1 dodań i 0 usunięć
  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 %}