pre–db-reset commit; attempting to update User model w. uuid pk enumeration
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<h1>Welcome, Earthman</h1>
|
||||
</a>
|
||||
{% if user.email %}
|
||||
<a class="navbar-link" href="{% url 'my_lists' user.email %}">My lists</a>
|
||||
<span class="navbar-text">Logged in as {{ user.email }}</span>
|
||||
<form method="POST" action="{% url "logout" %}">
|
||||
{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user