1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.8.x] Added missing quotes in openlayers.html template.

Backport of a247c1d78978e358543e306edb94f03bd9bf9413 from master
This commit is contained in:
Aleksey 2016-05-25 16:12:55 +03:00 committed by Tim Graham
parent 72da26af41
commit 141f6e5588

View File

@ -5,11 +5,11 @@
#{{ id }}_div_map { position: relative; vertical-align: top; float: {{ LANGUAGE_BIDI|yesno:"right,left" }}; } #{{ id }}_div_map { position: relative; vertical-align: top; float: {{ LANGUAGE_BIDI|yesno:"right,left" }}; }
{% if not display_raw %}#{{ id }} { display: none; }{% endif %} {% if not display_raw %}#{{ id }} { display: none; }{% endif %}
.olControlEditingToolbar .olControlModifyFeatureItemActive { .olControlEditingToolbar .olControlModifyFeatureItemActive {
background-image: url("{% static "admin/img/gis/move_vertex_on.png" %}); background-image: url("{% static "admin/img/gis/move_vertex_on.png" %}");
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.olControlEditingToolbar .olControlModifyFeatureItemInactive { .olControlEditingToolbar .olControlModifyFeatureItemInactive {
background-image: url("{% static "admin/img/gis/move_vertex_off.png" %}); background-image: url("{% static "admin/img/gis/move_vertex_off.png" %}");
background-repeat: no-repeat; background-repeat: no-repeat;
}{% endblock %} }{% endblock %}
</style> </style>