remove unecessary check
This commit is contained in:
parent
4d1e9cf78e
commit
5f27b01452
1 changed files with 0 additions and 2 deletions
|
@ -24,13 +24,11 @@
|
|||
{% include "schedule/_edit_grid.html" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% if request.user.is_staff %}
|
||||
<form id="schedule-builder" action="." method="post" enctype="multipart/form-data">{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
<input type="submit" id="delete" name="delete" value="Delete Schedule" />
|
||||
</form>
|
||||
{% endif %}
|
||||
<div class="modal fade hide in" id="slotEditModal"></div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue