Skip to content

Commit

Permalink
missed a single ]
Browse files Browse the repository at this point in the history
  • Loading branch information
hwalker928 committed Dec 12, 2024
1 parent 6a6e941 commit 2e50353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/qrcodes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %} {% block content %}
<img src="{{ url_for('static', filename='ss24.svg') }}" alt="Secret Santa" />
<h2>QR Codes [{% if active %}Active{% else %}Inactive{% endif %}</h2>
<h2>QR Codes [{% if active %}Active{% else %}Inactive{% endif %}]</h2>
<p>
Here are the QR codes for each person in the Secret Santa {{config["year"]}}
event.
Expand Down

0 comments on commit 2e50353

Please sign in to comment.