mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Some design
This commit is contained in:
parent
4498877283
commit
14595936e2
@ -9,8 +9,8 @@ button,
|
||||
textarea
|
||||
{
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
border: 1px solid;
|
||||
padding: 4px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
white-space: normal;
|
||||
|
@ -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> |
|
||||
|
Loading…
Reference in New Issue
Block a user