{% extends "base.html" %} {% block title %}{{ title }} — Fossilrepo{% endblock %} {% block content %}
← Back to Fossilrepo KB

{{ title }}

{% csrf_token %} {% for field in form %}
{{ field }}
{% if field.errors %}

{{ field.errors.0 }}

{% endif %} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %}
Cancel
{% endblock %}