data-keep-geometry on changeset_history.html
This commit is contained in:
parent
400eeadf53
commit
3bd78a5c18
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue