fix body_class% location
This commit is contained in:
parent
43e952c27d
commit
4a66433478
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% block main %}
|
||||
{% block body_class%}animated{% endblock %}
|
||||
{% block main %}
|
||||
<style>
|
||||
:root {
|
||||
--bg-color-1: {{ film.color_1 }};
|
||||
|
|
Loading…
Reference in a new issue