diff --git a/core/views_logbooks.py b/core/views_logbooks.py index 8d29b72..5c89fe5 100644 --- a/core/views_logbooks.py +++ b/core/views_logbooks.py @@ -34,8 +34,8 @@ from settings import * # will make this unnecessary. # from troggle.alwaysUseRequestContext import render_response - -@django.db.models.permalink #this allows the nice get_absolute_url syntax we are using +# Deprecated in 1.11.29 +# @django.db.models.permalink #this allows the nice get_absolute_url syntax we are using def getNotablePersons(): notablepersons = [] diff --git a/req1.11.19.txt b/req1.11.19.txt new file mode 100644 index 0000000..3aa407f --- /dev/null +++ b/req1.11.19.txt @@ -0,0 +1,8 @@ +confusable-homoglyphs==2.0.2 +Django==1.11.29 +django-registration==2.3 +Pillow==7.1.2 +pytz==2020.1 +six==1.15.0 +sqlparse==0.3.1 +Unidecode==1.1.1 diff --git a/templates/base.html b/templates/base.html index d6a6b5a..9e0d55f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,6 @@ {% if user.username %} You are logged in as {{ user.username }} {% if user.person %}({{ user.person }}) - {% else %}sort your profile {% endif %}. | Log out {% else %} Sign up | Log in {% endif %} {% endblock%}