1 2 3 4 5 | {% extends "gis/admin/openlayers.html" %}
{% block extrastyle %}{{ block.super }}
<style type="text/css">v\:* {behavior:url(#default#VML);}</style>
{% endblock %}
{% block openlayers %}{% include "gis/admin/google.js" %}{% endblock %}
|
More like this
- google.js template for GoogleAdmin by jbronn 3 years, 3 months ago
- GoogleAdmin: GMaps base layer in Geographic Admin (GeoDjango) by jbronn 3 years, 3 months ago
- Admin Save and view next button by ungenio41 1 year, 9 months ago
- Sanitize HTML filter by henriklied 4 years, 9 months ago
- Admin Save and view next button html by ungenio41 1 year, 9 months ago
Comments