mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-10 01:17:59 +03:00
fixed password field
Updated requirements to django 2.1
This commit is contained in:
parent
34028b99e7
commit
bc04f9c30f
@ -1,4 +1,4 @@
|
||||
Django==2.0.2
|
||||
Django==2.1
|
||||
django-compressor==2.2
|
||||
bitarray==0.8.1
|
||||
html5lib==1.0.1
|
||||
|
@ -1,2 +1,3 @@
|
||||
{% extends "uds/admin/tmpl/fld/basic-input.html" %}
|
||||
{% load i18n %}
|
||||
{% block type %}password{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user