diff --git a/templates/dashboard.html b/templates/dashboard.html index 5396956..a56d18a 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,8 +1,7 @@ -{% extends "base_authenticated.html" %} -{% block title %}Dashboard - QR Code Management{% endblock %} +{% extends "base_authenticated.html" %} +{% block title %}Dashboard - QR Code Management{% endblock %} {% block extra_head %} - -{% endblock %} +{% endblock %} {% block content %}
@@ -709,18 +859,19 @@
- +
{% if project_qr_codes %}
{% for qr in project_qr_codes %} -
+
QR Code for {{ qr.name }} @@ -738,9 +889,8 @@
-
- @@ -794,13 +944,14 @@
{% for qr in unassigned_qr_codes %} -
+
QR Code for {{ qr.name }} @@ -818,9 +969,8 @@
-
- @@ -844,7 +994,7 @@
{% endif %} - + {% if not projects and not qr_codes %}
@@ -868,41 +1018,89 @@ {% endif %}
- +