From b2ae81a86c37142c14188942a2cdef27a71d8200 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Wed, 11 Sep 2013 21:37:20 +0200 Subject: [PATCH] re-enable registration, fix registration.views.register urls --- pyweb/mumble/templates/mumble/mumble.html | 2 +- pyweb/settings.py | 2 +- pyweb/templates/registration/login.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyweb/mumble/templates/mumble/mumble.html b/pyweb/mumble/templates/mumble/mumble.html index 179d425..9b00359 100644 --- a/pyweb/mumble/templates/mumble/mumble.html +++ b/pyweb/mumble/templates/mumble/mumble.html @@ -66,7 +66,7 @@ { xtype: 'buttonIframeWindow', text: "{% trans 'Register' %}", - url: '{% url "registration.views.register" %}' + url: '{% url "registration_register" %}' }, {% endif %} new Ext.ux.ButtonLogin() diff --git a/pyweb/settings.py b/pyweb/settings.py index baa8a01..f712414 100644 --- a/pyweb/settings.py +++ b/pyweb/settings.py @@ -303,4 +303,4 @@ modprobe( "rosetta" ) # Check if django_extensions is available. modprobe( "django_extensions" ) -#modprobe( 'registration' ) +modprobe( 'registration' ) diff --git a/pyweb/templates/registration/login.html b/pyweb/templates/registration/login.html index e1b9480..494c661 100644 --- a/pyweb/templates/registration/login.html +++ b/pyweb/templates/registration/login.html @@ -29,7 +29,7 @@ {% endblock %}