add manage -> sessions

This commit is contained in:
2024-08-11 17:22:58 +02:00
parent bb0d24809e
commit 453b4fd922
5 changed files with 92 additions and 5 deletions

View File

@ -115,7 +115,7 @@
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Purchases</a>
</li>
<li>
<a href="{% url 'add_session' %}"
<a href="{% url 'list_sessions' %}"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Sessions</a>
</li>
</ul>