Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Preapproved need new aliases as well
  • Loading branch information
ahinkka committed Sep 30, 2013
1 parent cc031fb commit ec6c7a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion membership/templates/membership/membership_edit_inline.html
Expand Up @@ -36,8 +36,11 @@ <h2>#{{ membership.id}} {{ membership.name }}</h2>
<hr />

<h2>{% trans "Actions" %}</h2>
{% if membership.status == "A" %}
{% if membership.status == "P" or membership.status == "A" %}
<a href="{% url services.views.alias_add_for_member membership.id %}">{% trans "Add an alias" %}</a>
{% endif %}

{% if membership.status == "A" %}
<a href="{% url membership_request_dissociation membership.id %}">{% trans "Request dissociation" %}</a>
{% endif %}

Expand Down

0 comments on commit ec6c7a2

Please sign in to comment.