Moved login prompt and welcome msg together into one line.
This commit is contained in:
parent
74032b7460
commit
284302e3dc
@ -10,7 +10,7 @@
|
||||
{% block title %}Urban Exploration{% endblock %}
|
||||
</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<header class="LP-Header">
|
||||
<div class="LP-Header__Logo">
|
||||
@ -24,7 +24,7 @@
|
||||
Hi {{ user.username }}!
|
||||
<a class="LP-Link" href="{% url 'logout' %}"><span class="LP-Link__Text">logout</span></a>
|
||||
{% else %}
|
||||
<p>Du bist nicht eingeloggt.</p>
|
||||
Du bist nicht eingeloggt.
|
||||
<a class="LP-Link" href="{% url 'login' %}"><span class="LP-Link__Text">login</span></a> |
|
||||
<a class="LP-Link" href="{% url 'signup' %}"><span class="LP-Link__Text">signup</span></a>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user