diff --git a/joboffers/templates/joboffers/joboffer_overview.html b/joboffers/templates/joboffers/joboffer_overview.html index 3b8e44c..3b2ede6 100644 --- a/joboffers/templates/joboffers/joboffer_overview.html +++ b/joboffers/templates/joboffers/joboffer_overview.html @@ -50,19 +50,19 @@

{% if obj.contact_mail %}
  • - {{ obj.contact_mail }} + {{ object.contact_mail }}
  • {% endif %} {% if obj.contact_url %}
  • - {{ object.contact_url }} + {{ object.contact_url }}
  • {% endif %} {% if obj.contact_phone %}
  • - {{ object.contact_phone }} + {{ object.contact_phone }}
  • {% endif %} diff --git a/requirements.txt b/requirements.txt index fde7bea..66b51ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bleach==4.1.0 # Pinning bleach until this issue is resolved: https://github.com/marksweb/django-bleach/issues/51 Django==3.2.19 -django-allauth==0.45.0 +django-allauth==0.50.0 django-autoslug==1.9.8 django-bootstrap3==21.1 django-braces==1.15.0