{% extends 'base.html' %} {% block content %}

Create Category in {{ server.name }}

{% csrf_token %} {{ form.as_p }}
Back to Server {% endblock %}