Skip to content
Snippets Groups Projects
Commit 8dd9c686 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Link admin interface for scheduling of slots in ak detail view

parent 44c45b50
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,11 @@
data-toggle="tooltip" title="{% trans 'Delete' %}"
class="btn btn-danger">{% fa5_icon 'times' 'fas' %}</a>
{% endif %}
{% if user.is_staff %}
<a href="{% url 'admin:AKModel_akslot_change' slot.pk %}"
data-toggle="tooltip" title="{% trans 'Schedule' %}"
class="btn btn-outline-success">{% fa5_icon 'stream' 'fas' %}</a>
{% endif %}
</td>
</tr>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment