{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Edit Server{% endblock title %} {% block subtitle %}Edit the server information.{% endblock subtitle %} {% block content %}
{% csrf_token %} {{ form|crispy }}
Cancel
{% endblock content %}