Browse Source

Updated with link back to messages list.

Steve Thielemann 4 năm trước cách đây
mục cha
commit
96e5ae2e59
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 %}