replaced content_tempalte and withoutnav_template with base.html

This commit is contained in:
Beverly Nguyen
2024-04-24 12:31:00 -07:00
parent 2c0a4f16f2
commit bc945c9420
66 changed files with 66 additions and 66 deletions

View File

@@ -49,7 +49,7 @@
{% block content %}
{% block flash_messages %}
{% include 'flash_messages.html' %}
{# flash_message.html was previously only included in child templates that were using withoutnav_template. Now, we can add flash_message blocks and include flash_messages.html in child templates that were using withoutnav_template. This will help eliminate the need for an entirely separate parent template. #}
{# flash_message.html was previously only included in child templates: withoutnav_template, org_template, settings_template, withnav_template, _base_template.html. Place this block here or within the child templates will help eliminate the need for an entirely separate parent template. #}
{% endblock %}
{% block maincolumn_content %}
{# lines 48-59 were previously from content_template.html #}