Skip to content
Snippets Groups Projects
Verified Commit 521a434f authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

Fix display nitpicks.

parent 786d3372
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment