From bd1a22c4af4775f45682cc415b54686e963adbb0 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 4 Sep 2019 21:00:44 +0200 Subject: [PATCH] Revert unnecessary change. --- biscuit/apps/alsijil/templates/alsijil/group_week.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html index ec9deea8a..5e49f09d2 100644 --- a/biscuit/apps/alsijil/templates/alsijil/group_week.html +++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html @@ -23,7 +23,7 @@ <div class="card"> <div class="card-header bg-light text-dark"> {% blocktrans %}Week{% endblocktrans %} - {{ week }} ({{ week|week_start }} — {{ week|week_end }}), + {{ week }} ({{ week|week_start }} - {{ week|week_end }}), {{ group.name }} </div> <div class="card-body"> -- GitLab