mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Allow for new or editing.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user