Merge branch 'master' of mowoe.com:reverend/lostplaces-backend
This commit is contained in:
commit
d138c57b22
@ -11,7 +11,7 @@
|
||||
{% block title %}Urban Exploration{% endblock %}
|
||||
</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<header class="LP-Header">
|
||||
<div class="LP-Header__Logo">
|
||||
@ -25,7 +25,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