diff --git a/aleksis/apps/chronos/templates/chronos/widget.html b/aleksis/apps/chronos/templates/chronos/widget.html index 7c4e112bd4c599d8e93df363588005467379bde3..acc6b9901803124200bb80db44d9428262c0f882 100644 --- a/aleksis/apps/chronos/templates/chronos/widget.html +++ b/aleksis/apps/chronos/templates/chronos/widget.html @@ -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>