{% extends "layout.main.html" %} {% block content %}

Update credential comment

Here you can add or update the comment for the credential {{ credential }}.

{% with field=form.comment %}

{% if field.errors %} {% for error in field.errors %} {{ error }} {% endfor %} {% endif %} {% endwith %}
Cancel
{% csrf_token %}
{% endblock %}