data-keep-geometry on changeset_history.html

This commit is contained in:
Laura Klünder 2017-06-20 18:12:11 +02:00
parent 400eeadf53
commit 3bd78a5c18

View file

@ -1,7 +1,7 @@
{% load bootstrap3 %}
{% load i18n %}
<h3>{{ changeset.title }}</h3>
<h3 data-keep-geometry>{{ changeset.title }}</h3>
<h4>{% trans 'Changeset History' %}</h4>
<p><a href="{% url 'editor.changesets.detail' pk=changeset.pk %}">« {% trans 'back to changeset' %}</a></p>