Allow for new or editing.

This commit is contained in:
Drew Larson
2016-05-31 09:21:38 -06:00
parent 4181fd951f
commit 0c905da8af
2 changed files with 5 additions and 0 deletions
@@ -192,6 +192,7 @@
{% if not form.instance.membership %}
<div class="mdl-cell mdl-cell--8-col">
<h3>No membership found.</h3>
<a class="mdl-button mdl-js-button mdl-button--flat mdl-js-ripple-effect mdl-button--colored" href="{% url 'new_membership' member_id=member.id %}">Add membership</a>
</div>
{% endif %}
{% endblock %}