Merge branch 'master' into feature/merge_master
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% if title %}
|
||||
{{ title }}
|
||||
{{ title|striptags }}
|
||||
{% else %}
|
||||
{% if read_only %}
|
||||
{% blocktrans %}Details for: {{ object }}{% endblocktrans %}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user