We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8fabd commit 70e8609Copy full SHA for 70e8609
1 file changed
froide/publicbody/templates/publicbody/show.html
@@ -79,12 +79,6 @@ <h2 itemprop="name">{{ object.name }}</h2>
79
<dd>
80
{{ object.contact|urlizetrunc:35|linebreaksbr }}
81
</dd>
82
- <dt>{% blocktrans %}Mailing Address:{% endblocktrans %}</dt>
83
- <dd itemprop="address"
84
- itemscope
85
- itemtype="http://schema.org/PostalAddress">
86
- {{ object.address|linebreaksbr }}
87
- </dd>
88
{% if object.file_index %}
89
<dt>{% blocktrans %}File Index:{% endblocktrans %}</dt>
90
0 commit comments