This commit is contained in:
Aevann1 2021-12-19 15:01:28 +02:00
parent 37233257ca
commit cb87196eee
111 changed files with 682 additions and 339 deletions

View file

@ -1,4 +1,4 @@
{% extends "default.html" %}
{% extends "CHRISTMAS/default.html" %}
{% block fixedMobileBarJS %}{% endblock %}
@ -56,7 +56,7 @@
<div class="col-span-full px-2.5 md:px-0">
{% with comments=notifications %}
{% include "comments.html" %}
{% include "CHRISTMAS/comments.html" %}
{% endwith %}
</div>