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 %}