{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Create Server{% endblock title %} {% block subtitle %}Create a server to easily track what's stored where.{% endblock subtitle %} {% block content %}
{% csrf_token %} {{ form|crispy }}
Cancel
{% endblock content %}