{% extends "base.html" %} {% load static %} {% block content %} {{ block.super }}

Edit {{cred_type}} Credential

{% csrf_token %} {% include "dojo/form_fields.html" with form=tform %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}