manager: do not open reminder settings in popup (#69292)

This commit is contained in:
Valentin Deniaud 2022-10-27 18:12:48 +02:00
parent 4105b03ab9
commit 77652249e7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
</p>
{% endif %}
<div class="panel--buttons">
<a rel="popup" class="button" href="{% url 'chrono-manager-agenda-reminder-settings' pk=object.id %}">{% trans "Configure" %}</a>
<a class="button" href="{% url 'chrono-manager-agenda-reminder-settings' pk=object.id %}">{% trans "Configure" %}</a>
</div>
</div>
{% endif %}