pre–db-reset commit; attempting to update User model w. uuid pk enumeration

This commit is contained in:
Disco DeDisco
2026-02-07 20:15:27 -05:00
parent 58b526f434
commit 0c413a9cc2
4 changed files with 11 additions and 2 deletions

View File

@@ -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 %}