{% extends 'owlca/base.html' %} {% load crispy_forms_tags %} {% block content %}

Create new Certification Authority

{% csrf_token %} {{ form|crispy }}
{% endblock %}