We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1822cad commit ad7c88bCopy full SHA for ad7c88b
srv/templates/attendees/read.djhtml
@@ -21,6 +21,7 @@
21
{% endblock %}
22
23
24
+{% block admin_content %}
25
<strong>Metadata</strong>
26
<div class="info-table">
27
{% for key, value in metaData.items() %}
@@ -30,9 +31,8 @@
30
31
</div>
32
{% endfor %}
33
- {% if row.receiptPath %}
34
- {% set filename = row.receiptPath.split('/')[-1] %}
35
- <a href="{{ url_for('files_srv_receipt', filename=filename) }}" download>Download Receipt</a>
36
- {% endif %}
37
- </div>
+ {% if row.receiptPath %}
+ {% set filename = row.receiptPath.split('/')[-1] %}
+ <a href="{{ url_for('files_srv_receipt', filename=filename) }}" download>Download Receipt</a>
+ {% endif %}
38
0 commit comments