Informasi Dasar
{{ form.title }}
{% if form.title.errors %}
{% for error in form.title.errors %}{{ error }}{% endfor %}
{% endif %}
Masukkan nama lokasi wisata yang menarik
{{ form.short_description }}
{% if form.short_description.errors %}
{% for error in form.short_description.errors %}{{ error }}{% endfor %}
{% endif %}
Deskripsi singkat untuk preview (opsional)
{{ form.full_description }}
{% if form.full_description.errors %}
{% for error in form.full_description.errors %}{{ error }}{% endfor %}
{% endif %}
Jelaskan secara detail tentang lokasi wisata ini
Detail Lokasi
{{ form.address }}
{% if form.address.errors %}
{% for error in form.address.errors %}{{ error }}{% endfor %}
{% endif %}
{{ form.contact_phone }}
{% if form.contact_phone.errors %}
{% for error in form.contact_phone.errors %}{{ error }}{% endfor %}
{% endif %}
{{ form.category }}
{% if form.category.errors %}
{% for error in form.category.errors %}{{ error }}{% endfor %}
{% endif %}
{{ form.location_type }}
{% if form.location_type.errors %}
{% for error in form.location_type.errors %}{{ error }}{% endfor %}
{% endif %}