diff --git a/friends_map/settings.py b/friends_map/settings.py index c5f66eb..85756bd 100644 --- a/friends_map/settings.py +++ b/friends_map/settings.py @@ -45,13 +45,13 @@ if DEBUG: # Application definition INSTALLED_APPS = [ + 'map', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', - 'map', 'crispy_forms', ] diff --git a/map/templates/registration/login.html b/map/templates/registration/login.html index 8948718..704afee 100644 --- a/map/templates/registration/login.html +++ b/map/templates/registration/login.html @@ -8,7 +8,7 @@
{% endblock %} diff --git a/map/templates/registration/password_change_done.html b/map/templates/registration/password_change_done.html new file mode 100644 index 0000000..2b06024 --- /dev/null +++ b/map/templates/registration/password_change_done.html @@ -0,0 +1,12 @@ +{% extends 'map/base.html' %} +{% load crispy_forms_filters %} + +{% block title %}Password change successful{% endblock %} +{% block h1 %}Password change successful{% endblock %} + +{% block content %} +