Skip to content
Snippets Groups Projects
Verified Commit b8a94260 authored by Julian's avatar Julian Committed by Jonathan Weth
Browse files

Update widget alert to the new syntax

(cherry picked from commit 40fc5082)
parent 469733fa
No related branches found
No related tags found
1 merge request!188Prepare release 2.0rc1
......@@ -13,14 +13,12 @@
{% if has_plan %}
{% include "chronos/partials/lessons_col.html" with lesson_periods=lesson_periods %}
{% else %}
<div class="alert warning">
<p>
<i class="material-icons left">info</i>
{% blocktrans %}
There is no timetable linked to your person.
{% endblocktrans %}
</p>
</div>
<figure class="alert warning">
<i class="material-icons left">info</i>
{% blocktrans %}
There is no timetable linked to your person.
{% endblocktrans %}
</figure>
{% endif %}
</div>
</div>
......
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