From 065f1b7c158479a2c1d946893c61f6feb2d9da34 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 3 May 2024 10:58:06 -0700 Subject: [PATCH] removed comments on base.html --- app/templates/base.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 4049a9e3b..8a6ba1ea8 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -38,7 +38,6 @@ {% block main %}
- {# lines 34-39 were previously from withoutnav_template.html #} {% block beforeContent %} {% block backLink %}{% endblock %} {% endblock %} @@ -49,10 +48,8 @@ {% block content %} {% block flash_messages %} {% include 'flash_messages.html' %} - {# 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 #}
{% if navigation_links %}