{% extends 'global.html'%} {% load static %} # {% block title %}Place erstellen{% endblock %} {% block maincontent %}

Place erstellen

{% csrf_token %} {{ place_form.as_p }} {{ place_image_form.as_p }}
{% endblock maincontent %}