wcs/wcs/qommon/templates/qommon/forms/widgets/select_jsonp--address.html

11 lines
301 B
HTML

{% extends "qommon/forms/widgets/select_jsonp.html" %}
{% load i18n %}
{% block widget-control %}
{{ block.super }}
{% if not widget.readonly %}
<div>
<label><input id="wcs-manual-address" type="checkbox"><span>{% trans "Manually enter the address" %}</span></label>
</div>
{% endif %}
{% endblock %}