Skip to content

Commit 70e8609

Browse files
committed
Don't ask for mailing address on account creation
1 parent 1e8fabd commit 70e8609

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • froide/publicbody/templates/publicbody

froide/publicbody/templates/publicbody/show.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ <h2 itemprop="name">{{ object.name }}</h2>
7979
<dd>
8080
{{ object.contact|urlizetrunc:35|linebreaksbr }}
8181
</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>
8882
{% if object.file_index %}
8983
<dt>{% blocktrans %}File Index:{% endblocktrans %}</dt>
9084
<dd>

0 commit comments

Comments
 (0)