{% extends "atlas/base.html" %} {% load crispy_forms_tags %} {% block js %} {{ form.media }} {% endblock %} {% block content %}

Add / Edit Subspecialty

Use this form to create or edit a subspecialty.

Please check if it already exists before doing so!

{% csrf_token %} {% crispy form %}
Cancel
{% endblock %}