Skip to content
Snippets Groups Projects
Commit 40fc5082 authored by Julian's avatar Julian
Browse files

Update widget alert to the new syntax

parent ab84e719
No related branches found
No related tags found
1 merge request!184Resolve "Use correct semantic html elements"
Pipeline #17149 passed
......@@ -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