{% extends "base.html" %} {% load i18n place_extras %} {% block head_title%}{% trans "Edit place" %} - {% trans "Ararteko maps" %}{% endblock %} {% block mainmenu %} {% endblock %} {% block extraheader %} {% endblock %} {% block main_content %}

{% trans "Edit place" %}

{% csrf_token %}
{{form.name.errors}} {{form.name}}{% trans 'Required' %}
{{form.category.errors}} {{form.category}}{% trans 'Required' %}
{{form.category.help_text}}

{{form.description_es.help_text}}
{{form.address1.errors}} {{form.address1}}{% trans 'Required' %}
{{form.address1.help_text}}
{{form.address2}}
{{form.address2.help_text}}
{{form.postalcode}}
{{form.postalcode.help_text}}
{{form.city.errors}} {{form.city}}{% trans 'Required' %}
{{form.city.help_text}}
{{form.locality}}
{{form.locality.help_text}}
{{form.source_id}}
{{form.source_id.help_text}}
{{form.lon.errors}} {% trans 'Required' %}
MAPA
{% trans 'Incluir la dirección completa del recurso para localizarlo en el mapa' %}
{{form.tlf}}
{{form.tlf.help_text}}
{{form.fax}}
{{form.fax.help_text}}
{{form.url_name_eu}}
{{form.url_name_eu.help_text}}
{{form.url_name_es}}
{{form.url_name_es.help_text}}
{{form.url_name_en}}
{{form.url_name_en.help_text}}
{{form.email}}
{{form.email.help_text}}

{{form.aphysic}}
{{form.avisual}}
{{form.aaudio}}
{{form.aintelec}}
{{form.aorganic}}
{{form.aphysic.help_text}}

{{form.adescription_es.help_text}}

{{form.afileurl}}
{{form.afileurl.help_text}}
{{form.is_public}}
{{form.is_public.help_text}}
{% trans 'Subir archivo jpg, png, gif con imagen del recurso' %}
{% trans "Delete" %}
{% endblock %}