Fix HTML mark up in window title. GitLab issue #397.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
{% load navigation_tags %}
|
||||
|
||||
{% block title %}{% include 'appearance/calculate_form_title.html' %}{% endblock %}
|
||||
{% block title %}{% include 'appearance/calculate_form_title.html' with html_title=True %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if title %}
|
||||
|
||||
Reference in New Issue
Block a user