forked from DGNum/gestioCOF
Auth K-Fêt account_create
This commit is contained in:
parent
9534771cd9
commit
04267ef76d
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
<div id="form-placeholder">
|
<div id="form-placeholder">
|
||||||
{% include 'kfet/account_create_form.html' %}
|
{% include 'kfet/account_create_form.html' %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if not perms.kfet.add_account %}
|
||||||
|
<input type="password" name="KFETPASSWORD">
|
||||||
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
Loading…
Reference in a new issue