Suborg title

This commit is contained in:
Rachid Mrad 2024-08-29 00:12:03 -04:00
parent 0c57dc55e7
commit fe898f3168
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
{% extends "domain_base.html" %} {% extends "domain_base.html" %}
{% load static field_helpers%} {% load static field_helpers%}
{% block title %}Suborganization{% endblock %} {% block title %}Suborganization{% if suborganization_name %} | suborganization_name{% endif %}{% endblock %}
{% block domain_content %} {% block domain_content %}
{# this is right after the messages block in the parent template #} {# this is right after the messages block in the parent template #}