mod template
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user