From 521a434fe0511f1ff95d2a93325d95f4c60bcc83 Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Tue, 3 Sep 2019 23:52:16 +0200
Subject: [PATCH] Fix display nitpicks.

---
 biscuit/apps/alsijil/templates/alsijil/group_week.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html
index 25aff15d7..9c461227e 100644
--- a/biscuit/apps/alsijil/templates/alsijil/group_week.html
+++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html
@@ -2,7 +2,7 @@
 {% extends "core/base.html" %}
 {% load bootstrap4 font_awesome i18n week_helpers %}
 
-{% block bootstrap4_title %}{% blocktrans%}Current week{% endblocktrans %} - {{ block.super }}{% endblock %}
+{% block bootstrap4_title %}{% blocktrans%}Current week{% endblocktrans %} — {{ block.super }}{% endblock %}
 
 {% block page_title %}
  {% blocktrans %}Current week{% endblocktrans %}
@@ -22,8 +22,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