mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-26 11:04:20 +00:00
Some design
This commit is contained in:
parent
4498877283
commit
14595936e2
@ -9,8 +9,8 @@ button,
|
|||||||
textarea
|
textarea
|
||||||
{
|
{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0;
|
border: 1px solid;
|
||||||
padding: 0;
|
padding: 4px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
{% block header %}
|
{% block header %}
|
||||||
<header>
|
<header>
|
||||||
{% if not user.is_authenticated() %}
|
{% 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 %}
|
{% else %}
|
||||||
<a href="{{ url('core:user_profile', user_id=user.id) }}">{{ user.get_display_name() }}</a> |
|
<a href="{{ url('core:user_profile', user_id=user.id) }}">{{ user.get_display_name() }}</a> |
|
||||||
<a href="{{ url('core:user_tools') }}">Tools</a> |
|
<a href="{{ url('core:user_tools') }}">Tools</a> |
|
||||||
|
Loading…
Reference in New Issue
Block a user