Add missing browser title generation tag to wizard template.

This commit is contained in:
Roberto Rosario
2016-02-09 19:15:32 -04:00
parent 79e1889e95
commit 7e25ff0c0b

View File

@@ -2,6 +2,8 @@
{% load i18n %}
{% block title %}{% include 'appearance/calculate_form_title.html' %}{% endblock %}
{% block content %}
<h3>{% include 'appearance/calculate_form_title.html' %}</h3>
<hr>