Browse Source

Fix problem with django-eav and diagnosticos when trying to logout

Signed-off-by: Luciano Almeida <lucianoalmeida@interlegis.leg.br>
pull/6/head
Luciano Almeida 8 years ago
committed by Luciano Almeida
parent
commit
9de6c62fe3
  1. 2
      requirements/requirements.txt
  2. 2
      sigi/apps/diagnosticos/templates/diagnosticos/diagnosticos_login.html

2
requirements/requirements.txt

@ -1,5 +1,6 @@
-e git://github.com/marinho/geraldo.git@868ebdce67176d9b6205cddc92476f642c783fff#egg=geraldo -e git://github.com/marinho/geraldo.git@868ebdce67176d9b6205cddc92476f642c783fff#egg=geraldo
git+git://github.com/hellpanderrr/django-admin-bootstrapped-1.9-compatible.git@master#egg=django_admin_bootstrapped git+git://github.com/hellpanderrr/django-admin-bootstrapped-1.9-compatible.git@master#egg=django_admin_bootstrapped
git+git://github.com/interlegis/eav-django
django-auth-ldap==1.2.8 django-auth-ldap==1.2.8
django-autoslug==1.9.3 django-autoslug==1.9.3
django-bootstrap3==7.0.1 django-bootstrap3==7.0.1
@ -22,7 +23,6 @@ django-simple-captcha==0.5.1
Django==1.10.1 Django==1.10.1
libsass==0.11.0 libsass==0.11.0
easy-thumbnails==2.3 easy-thumbnails==2.3
eav-django==1.4.7
gunicorn==19.6.0 gunicorn==19.6.0
html5lib==0.9999999 html5lib==0.9999999
Pillow==3.2.0 Pillow==3.2.0

2
sigi/apps/diagnosticos/templates/diagnosticos/diagnosticos_login.html

@ -35,7 +35,7 @@
{% endif %} {% endif %}
<div data-role="content"> <div data-role="content">
<form action="{% url 'django.contrib.auth.views.login' %}" method="POST"> <form action="{% url 'login' %}" method="POST">
{% csrf_token %} {% csrf_token %}
<div data-role="fieldcontain" class="ui-hide-label ui-body"> <div data-role="fieldcontain" class="ui-hide-label ui-body">
<label for="username">{% trans 'Usuário' %}:</label> <label for="username">{% trans 'Usuário' %}:</label>

Loading…
Cancel
Save