Commit
b775b1b5a1d720adea2baf702fba1b8c3c6d232a
Exists in
master
and in
15 other branches
add_you_are_here_breadcrumbs_label, backup_not_prod, disable_email_dev, fix_edit_software_permission, fix_edit_software_with_another_license, fix_hover_button_whitening, fix_models_translations, fix_validations_and_tests, header_fix, margin_fix, remove_secondary_email_from_user, sisp_dev_master, sisp_improvements, software_catalog_style_fix, thread_dropdown
Using context_processors on header
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
1
| -{% if 'sisp.gov.br' in request.META.HTTP_HOST|stringformat:"s" %} |
1
| +{% if SISP_HOST in request.META.HTTP_HOST|stringformat:"s" %} |
2
| {% include 'footer_sisp.html' %} |
2
| {% include 'footer_sisp.html' %} |
3
| {% else %} |
3
| {% else %} |
4
| {% include 'footer_spb.html' %} |
4
| {% include 'footer_spb.html' %} |
1
| -{% if 'sisp.gov.br' in request.META.HTTP_HOST|stringformat:"s" %} |
1
| +{% if SISP_URL in request.META.HTTP_HOST|stringformat:"s" %} |
2
| {% include 'header_sisp.html' %} |
2
| {% include 'header_sisp.html' %} |
3
| {% else %} |
3
| {% else %} |
4
| {% include 'header_spb.html' %} |
4
| {% include 'header_spb.html' %} |