added admin password setting function
This commit is contained in:
parent
5597676bb5
commit
56c684d355
6 changed files with 109 additions and 5 deletions
9
account/templates/access_denied.html
Normal file
9
account/templates/access_denied.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends "member_base.html" %}
|
||||
{% load i18n %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
{% block form_title %}{% trans "Password"%}{% endblock %}
|
||||
|
||||
{% block container %}
|
||||
<div class="alert alert-error">{% blocktrans %}ACCESS DENIED{% endblocktrans %}</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue