Skip to content
Snippets Groups Projects
Verified Commit 8acd5e2d authored by Jonathan Weth's avatar Jonathan Weth ⌨️
Browse files

Move lesson status chip under lesson heading

(cherry picked from commit 12f11db2)
parent 6e792256
No related branches found
No related tags found
1 merge request!246Prepare release 2.0rc7
{% load i18n %} {% 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> <h1>
<span class="right hide-on-small-only"> <span class="right hide-on-small-only">
{% include "alsijil/partials/lesson_status.html" with register_object=register_object css_class="medium" %} {% include "alsijil/partials/lesson_status.html" with register_object=register_object css_class="medium" %}
...@@ -58,4 +54,8 @@ ...@@ -58,4 +54,8 @@
{{ register_object.teacher_short_names }} {{ register_object.teacher_short_names }}
</span> </span>
</h1> </h1>
\ No newline at end of file
<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