1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-13 09:32:23 +02:00

Added Config Draft

This commit is contained in:
2020-01-15 23:06:52 +01:00
parent 88d3c22b12
commit ff713e37c8
4 changed files with 18 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
{% if user.is_authenticated %}
<a href="{% url 'offer_create' %}">Add Offer</a> | <a href="{% url 'me_settings' %}">settings</a> | Welcome, <a href="{% url 'me' %}">{{ user.gamer.display_name }}</a>
{% else %}
<a href=""><img src="{% static 'pic/steam_sign_in.png' %}" /></a>
<a href="{% url 'signup' %}"><img src="{% static 'pic/steam_sign_in.png' %}" /></a>
{% endif %}
</div>
</nav>