Remove the "Set all to not on agenda" button, as it is never used.

- Legacy-Id: 5524
This commit is contained in:
Joel M. Halpern 2013-03-09 20:47:13 +00:00
parent fe13ee8dfa
commit 41fb290932

View file

@ -67,7 +67,6 @@ font-size:80%; font-style:italic;
<form action="" method="POST">
{% if user|in_group:"Secretariat" %}
<div class="secretariat-actions">
<button id="clear-all-on-schedule">Set all to not on agenda</button>
<input type="submit" value="Save"/>
</div>
{% endif %}