diff options
Diffstat (limited to 'static/forums/templates/user-register.html')
-rw-r--r-- | static/forums/templates/user-register.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/forums/templates/user-register.html b/static/forums/templates/user-register.html index 0d88dcc..aaa18d5 100644 --- a/static/forums/templates/user-register.html +++ b/static/forums/templates/user-register.html @@ -2,9 +2,8 @@ {% load widget_tweaks %} {% load static %} {% block title %}Register{% endblock %} - {% block cssblock %} - <link rel="stylesheet" href="{% static 'website/css/login.css' %}" type="text/css" media="screen" charset="utf-8" /> + <link rel="stylesheet" href="{% static 'spoken/css/login.css' %}" type="text/css" media="screen" charset="utf-8" /> {% endblock %} {% block search %} {% endblock %} @@ -89,3 +88,4 @@ }); </script> {% endblock %} + |