viveksantayana
93367b6e70
Basic CRUD operations for managing registered admin users Encrypted personal information Still missing sections on managing tests and results Also missing dashboards/index/category landing pages
4 lines
121 B
HTML
4 lines
121 B
HTML
{% extends "admin/components/base.html" %}
|
|
{% import "bootstrap/wtf.html" as wtf %}
|
|
{% block top_alerts %}
|
|
{% endblock %} |