Skip to content
Snippets Groups Projects
Commit 509f86d9 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Not all imported applications has an address set so make it optional in the template.

parent 427fd08a
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,10 @@
<p>{{ object.get_email_display }}</p>
</div>
<div class="grid__cell--span-two">
{% if get_address_display in object %}
<h5>Address</h5>
<p>{{ object.get_address_display }}</p>
{% endif %}
</div>
</div>
<div class="rich-text rich-text--answers">
......
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