Ver Fonte

fix block content to main

weichen há 3 anos atrás
pai
commit
12b7e1d91e

+ 2 - 2
backstage/templates/about.html

@@ -1,4 +1,4 @@
 {% extends "layout.html" %}
-{% block content %}
+{% block main %}
     <h1>Collection</h1>
-{% endblock content %}
+{% endblock main %}

+ 2 - 2
backstage/templates/activity.html

@@ -1,4 +1,4 @@
 {% extends "layout.html" %}
-{% block content %}
+{% block main %}
     <h1>Activity</h1>
-{% endblock content %}
+{% endblock main %}

+ 2 - 2
backstage/templates/frequently_asked_questions.html

@@ -1,4 +1,4 @@
 {% extends "layout.html" %}
-{% block content %}
+{% block main %}
     <h1>frequently_asked_questions</h1>
-{% endblock content %}
+{% endblock main %}

+ 0 - 1
backstage/templates/layout.html

@@ -105,7 +105,6 @@
             {% endfor %}
           {% endif %}
         {% endwith %}
-        {% block content %}{% endblock %}
       </div>
       <!-- Main -->
       <div class="main my-4 ml-auto col-10">

+ 2 - 2
backstage/templates/solid_wood_furniture.html

@@ -1,4 +1,4 @@
 {% extends "layout.html" %}
-{% block content %}
+{% block main %}
     <h1>solid_wood_furniture</h1>
-{% endblock content %}
+{% endblock main %}

+ 2 - 2
backstage/templates/system_furniture.html

@@ -1,4 +1,4 @@
 {% extends "layout.html" %}
-{% block content %}
+{% block main %}
     <h1>system_furniture</h1>
-{% endblock content %}
+{% endblock main %}