{% extends 'base.html' %} {% load static %} {% block title %}Upload Photo — WildWatch{% endblock %} {% block content %}
📸

Share Your Moment

Upload your environmental photo and earn points for the community

{% csrf_token %}
Photo

JPG or PNG, max 5MB. Auto-compressed.

🖼️

Click or drag to upload

JPG, JPEG or PNG

{{ form.image }} {% if form.image.errors %} {% for error in form.image.errors %}
{{ error }}
{% endfor %} {% endif %}
Post Details
{{ form.caption }}
0/1000
{% if form.caption.errors %} {% for error in form.caption.errors %}
{{ error }}
{% endfor %} {% endif %}
{{ form.category }} {% if form.category.errors %} {% for error in form.category.errors %}
{{ error }}
{% endfor %} {% endif %}
🗑️
+50 pts
Trash Cleanup
🦋
+30 pts
Wildlife & Plants
🌿
+20 pts
Scenic
⭐ Select a category to see your points reward
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}