This commit is contained in:
Ross
2021-12-20 10:36:03 +00:00
parent 5f32cce58d
commit dc7584502b
3 changed files with 29 additions and 18 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{% extends "atlas/base.html" %}
{% extends "generic/base.html" %}
<!-- {% load static from static %} -->
{% block css %}
@@ -13,8 +13,8 @@
<!-- {{ form.media }} -->
{% endblock %}
{% block content %}
<h2>Edit CID User</h2>
Use this form to create or edit a CID user.
<h2>Edit CID User / {{ciduser.cid}}</h2>
Use this form to edit a CID user.
<form action="" method="post" enctype="multipart/form-data" id="condition-form">
{% csrf_token %}