Skip to content

Commit

Permalink
Merge pull request #1681 from bbkz/localdev
Browse files Browse the repository at this point in the history
fix calendar accordion
  • Loading branch information
rolandgeider authored May 28, 2024
2 parents 2b6c528 + 73f803f commit 618481e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wger/manager/templates/calendar/month.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load i18n static wger_extras %}
{% load l10n i18n static wger_extras %}


{# #}
Expand Down Expand Up @@ -159,6 +159,7 @@ <h4>{% translate 'Info' %}</h4>


{% regroup month_list by year as year_list %}
{% localize off %}
<div class="panel-group" id="accordion">
{% for year in year_list reversed %}
<div class="panel panel-default">
Expand All @@ -179,6 +180,7 @@ <h4 class="panel-title">
</div>
{% endfor %}
</div>
{% endlocalize %}
{% endblock %}


Expand Down

0 comments on commit 618481e

Please sign in to comment.