Switched Calendar link to Elections list link (as it was unused)

This commit is contained in:
Julien Constant 2022-09-02 19:34:16 +02:00
parent 21fc85670e
commit 3321669726
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="{{ url('core:page', page_name='Index/calendrier_evenements') }}">{% trans %}Calendar{% endtrans %}</a>
<a href="{{ url('election:list') }}">{% trans %}Elections{% endtrans %}</a>
<a href="{{ url('core:page', page_name='ga') }}">{% trans %}Big event{% endtrans %}</a>
</div>
</div>