Add support for device info

Closes #49
This commit is contained in:
2023-02-18 21:12:18 +01:00
parent 9446065271
commit 8a8b05b0bd
7 changed files with 104 additions and 2 deletions

View File

@ -34,6 +34,7 @@
{% endif %}
{% if purchase_available %}
<li><a class="block py-2 pl-3 pr-4 hover:underline" href="{% url 'add_session' %}">New Session</a></li>
<li><a class="block py-2 pl-3 pr-4 hover:underline" href="{% url 'add_device' %}">New Device</a></li>
{% endif %}
{% if session_count > 0 %}
<li><a class="block py-2 pl-3 pr-4 hover:underline" href="{% url 'list_sessions' %}">All Sessions</a></li>