moved _scroll.html from templates/apps/drama/ to templates/core/_partials/; updated templates/apps/billboard/room_scroll.html include tag to point there
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -5,6 +5,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="content dashboard-page">
|
<div class="content dashboard-page">
|
||||||
<h2>{{ room.name }}</h2>
|
<h2>{{ room.name }}</h2>
|
||||||
{% include "apps/drama/_scroll.html" %}
|
{% include "core/_partials/_scroll.html" %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user