Skip to content

Commit

Permalink
Note for when dissociation wasn't requested
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinkka committed Sep 30, 2013
1 parent 09612b1 commit a90567f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions membership/templates/membership/membership_dissociate.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
</p>
<form method="POST">{% csrf_token %}
{{ form.as_p }}
{% if not membership.dissociation_requested %}
<p>
<strong>{% trans "Member has not requested for dissociation. Are you want to dissociate them?" %}</strong>
</p>
{% endif %}
<p>
<input id="submit_button" type="submit" value="{% trans "Dissociate member" %}" />
</p>
Expand Down

0 comments on commit a90567f

Please sign in to comment.