Skip to content
Snippets Groups Projects
Verified Commit 12f11db2 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Move lesson status chip under lesson heading

parent bd57aa3c
No related branches found
No related tags found
1 merge request!235Resolve "Improve design of detail view for one register object"
Pipeline #43040 passed
{% load i18n %}
<div class="hide-on-med-and-up">
{% include "alsijil/partials/lesson_status.html" with register_object=register_object chip=1 css_class="hundred-percent center" %}
</div>
<h1>
<span class="right hide-on-small-only">
{% include "alsijil/partials/lesson_status.html" with register_object=register_object css_class="medium" %}
......@@ -58,4 +54,8 @@
{{ register_object.teacher_short_names }}
</span>
</h1>
\ No newline at end of file
</h1>
<div class="hide-on-med-and-up">
{% include "alsijil/partials/lesson_status.html" with register_object=register_object chip=1 css_class="hundred-percent center" %}
</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