use pagetype instead of body attributes since we don't need any custom logic

pull/29/head
justcool393 2022-11-28 11:25:01 -06:00
parent a2477864a3
commit 112235794c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{%- extends 'root.html' -%}
{% import 'settings/common.html' as common with context %}
{% block pagetitle %}Settings{% endblock %}
{% block body_attributes %}id="settings"{% endblock %}
{% block pagetype %}settings{% endblock %}
{% block body %}
{% include "header.html" %}
<div class="container">

View File

@ -1,6 +1,6 @@
{%- extends 'root.html' -%}
{% block pagetitle %}User List{% endblock %}
{% block body_attributes %}id="settings2"{% endblock %}
{% block pagetype %}settings2{% endblock %}
{% block body %}
{% include "header.html" %}
{% block subNav %}