{% extends 'base.html' %} {% block content %}

Add a New Pin

{{ form.hidden_tag() }}

{{ form.description.label }}
{{ form.description(size=32) }}

{{ form.photo.label }}
{{ form.photo() }}



{{ form.submit() }}

Back to map
{% endblock %}