Skip to content

Commit 3fcdcb1

Browse files
rootpykler
root
authored andcommitted
change report display HTML title to be report title to make sharing via facebook more meaningful.
1 parent 66aeb41 commit 3fcdcb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/reports/show.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "base.html" %}
22
{% load i18n %}
33

4-
{% block title %}{{report.ward.city.name}} - {{report.ward.name}} {% trans "Problem Report" %} {% endblock %}
4+
{% block title %}{{report.title}}{% endblock %}
55
{% block css %}
66
<style type="text/css" media="screen">
77
#update-header {
@@ -112,4 +112,4 @@ <h3>{% trans "Updates" %}</h3>
112112
</div>
113113
</div>
114114

115-
{% endblock %}
115+
{% endblock %}

0 commit comments

Comments
 (0)