1
0
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:
Adolfo Gómez García 2018-08-19 23:32:44 +02:00
parent 34028b99e7
commit bc04f9c30f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Django==2.0.2
Django==2.1
django-compressor==2.2
bitarray==0.8.1
html5lib==1.0.1

View File

@ -1,2 +1,3 @@
{% extends "uds/admin/tmpl/fld/basic-input.html" %}
{% load i18n %}
{% block type %}password{% endblock %}