mod template

This commit is contained in:
KF7EEL
2021-08-01 16:26:26 -07:00
parent 8aee058e73
commit aeaea3a135
2 changed files with 22 additions and 1 deletions
+4 -1
View File
@@ -39,7 +39,10 @@
<tr>
<td style="text-align: center;"><a href={{url}}/>Home</a></td>
<td style="text-align: center;"><a href={{url}}/talkgroups>Talkgroups</a></td>
<td style="text-align: center;"><a href={{url}}/talkgroups>Talkgroups</a></td>
<td style="text-align: center;"><a href={{url}}/news>News</a></td>
{% if not call_or_get(current_user.is_authenticated) %}
<td style="text-align: center;"><a href={{ url_for('user.register') }}>Register</a></td>
<td style="text-align: center;"><a href={{ url_for('user.login') }}>Sign in</a></td>