\ No newline at end of file
diff --git a/deploy/templates/base-includes/rightsidebar.html b/deploy/templates/base-includes/rightsidebar.html
index d48659f..2a3366f 100644
--- a/deploy/templates/base-includes/rightsidebar.html
+++ b/deploy/templates/base-includes/rightsidebar.html
@@ -14,14 +14,14 @@
{% if user.id == item.created_by.id %}
{% endblock %}
\ No newline at end of file
diff --git a/deploy/templates/registration/password_change_done.html b/deploy/templates/registration/password_change_done.html
index a6f3665..1e85de2 100644
--- a/deploy/templates/registration/password_change_done.html
+++ b/deploy/templates/registration/password_change_done.html
@@ -7,6 +7,6 @@
Password successfully changed
-
Your password has been changed. Continue by updating your public profile
+
Your password has been changed. Continue by updating your public profile
{% endblock %}
\ No newline at end of file
diff --git a/deploy/templates/registration/password_change_form.html b/deploy/templates/registration/password_change_form.html
index 5d36ea1..efab6be 100644
--- a/deploy/templates/registration/password_change_form.html
+++ b/deploy/templates/registration/password_change_form.html
@@ -47,7 +47,7 @@
diff --git a/deploy/urls.py b/deploy/urls.py
index 64cdbaf..6419a0d 100644
--- a/deploy/urls.py
+++ b/deploy/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import patterns, include, url
+from django.conf.urls import patterns, include, url
from django.conf import settings
# Uncomment the next two lines to enable the admin:
diff --git a/deploy/wsgi.py b/deploy/wsgi.py
new file mode 100644
index 0000000..0b7699a
--- /dev/null
+++ b/deploy/wsgi.py
@@ -0,0 +1,20 @@
+"""
+WSGI config for SciPyCentral project.
+"""
+import os
+
+# We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks
+# if running multiple sites in the same mod_wsgi process. To fix this, use
+# mod_wsgi daemon mode with each site in its own daemon process, or use
+# os.environ["DJANGO_SETTINGS_MODULE"] = "myproject.settings"
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
+
+# This application object is used by any WSGI server configured to use this
+# file. This includes Django's development server, if the WSGI_APPLICATION
+# setting points here.
+from django.core.wsgi import get_wsgi_application
+application = get_wsgi_application()
+
+# Apply WSGI middleware here.
+# from helloworld.wsgi import HelloWorldApplication
+# application = HelloWorldApplication(application)
diff --git a/requirements.txt b/requirements.txt
index 1012dae..a4b932b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
-Django >=1.4,<1.5
-django-haystack <2.0.0
-Whoosh <2.5.0
+Django==1.5
+django-haystack==2.1.0
+Whoosh==2.5.1
South
-django-registration ==0.8
+django-registration==1.0
django-widget-tweaks
Sphinx
Pygments
diff --git a/scipy_central/feeds/feeds.py b/scipy_central/feeds/feeds.py
index 8d6f3ec..718a50f 100644
--- a/scipy_central/feeds/feeds.py
+++ b/scipy_central/feeds/feeds.py
@@ -1,8 +1,8 @@
# django imports
-from django.template.defaultfilters import slugify
from django.shortcuts import get_object_or_404
from django.contrib.syndication.views import Feed
from django.utils.feedgenerator import Atom1Feed
+from django.utils.text import slugify
# scipycentral imports
from scipy_central.submission.models import Submission, Revision
diff --git a/scipy_central/feeds/urls.py b/scipy_central/feeds/urls.py
index 6449618..946715b 100644
--- a/scipy_central/feeds/urls.py
+++ b/scipy_central/feeds/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import patterns, url
+from django.conf.urls import patterns, url
import feeds
urlpatterns = patterns('scipy_central.feeds.views',
diff --git a/scipy_central/pages/templates/pages/about-licenses.html b/scipy_central/pages/templates/pages/about-licenses.html
index d446b2d..906c120 100644
--- a/scipy_central/pages/templates/pages/about-licenses.html
+++ b/scipy_central/pages/templates/pages/about-licenses.html
@@ -48,7 +48,7 @@
I want to submit code, what can/can't I do?
described above. If you prefer a different license for your code, please
host the code on another website
(e.g. GitHub, BitBucket, Google Code), and feel free to create a link submission, rather than
+ {% url 'spc-new-submission' item_type='link' %}">create a link submission, rather than
a code submission.
Code snippets must use the CC0 license, since it does not require
diff --git a/scipy_central/pages/templates/pages/front-page.html b/scipy_central/pages/templates/pages/front-page.html
index 421acec..184119b 100644
--- a/scipy_central/pages/templates/pages/front-page.html
+++ b/scipy_central/pages/templates/pages/front-page.html
@@ -24,7 +24,7 @@
Welcome. SciPy Central is a collection o
{% endfor %}