diff --git a/templates/dashboard.html b/templates/dashboard.html index 83584e2..1675719 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1096,19 +1096,7 @@ Management{% endblock %} {% block extra_head %} {{ 'Active' if project.active_status else 'Inactive' }} - - - {% if project_qr_codes|length > 12 %} - - - View All - - {% endif %} - + @@ -1220,6 +1208,17 @@ Management{% endblock %} {% block extra_head %} {% endfor %} + + {% if project_qr_codes|length > 12 %} + + + View All Project's QR Codes + + {% endif %} {% else %}
This project doesn't have any QR codes yet.
{% if session.role == 'admin' %} - + Create QR Code {% endif %} @@ -565,8 +810,132 @@ Codes{% endblock %} {% block extra_head %} {% endif %}