mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Some design
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
{% block header %}
|
||||
<header>
|
||||
{% if not user.is_authenticated() %}
|
||||
<a href="{{ url('core:register') }}">Register</a> |
|
||||
<a href="{{ url('core:login') }}">Login</a>
|
||||
<a href="{{ url('core:login') }}">Login</a> |
|
||||
<a href="{{ url('core:register') }}">Register</a>
|
||||
{% else %}
|
||||
<a href="{{ url('core:user_profile', user_id=user.id) }}">{{ user.get_display_name() }}</a> |
|
||||
<a href="{{ url('core:user_tools') }}">Tools</a> |
|
||||
|
Reference in New Issue
Block a user