Skip to content
Snippets Groups Projects
Commit 38235dba authored by Chris Lawton's avatar Chris Lawton
Browse files

lint

parent 04783792
No related branches found
No related tags found
No related merge requests found
......@@ -35,11 +35,9 @@
{% with contact_details=page.contact_details.all %}
{% if contact_details %}
{% for contact in contact_details %}
<p class="list list--contact"><span>{{ contact.method_display }}:</span> {{ contact.contact_detail }}</p>
{% endfor %}
{% endif %}
{% endwith %}
{% include "utils/includes/funding.html" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment