{% extends "base.html" %} {% block page_title %}Edit Space {{space}}{% endblock %} {% block content %}
{% csrf_token %}

{{ space_form.as_p }}
{{ protocol_form.as_p }}
{% endblock %}