diff options
author | holyantony | 2015-03-20 14:10:12 +0530 |
---|---|---|
committer | holyantony | 2015-03-20 14:10:12 +0530 |
commit | dbc39aa60e94299cdcd88e4a2f4198dab7f0b67f (patch) | |
tree | c98e18d65a11d9965fea6be36233fe7949d5ed52 /static/forums/templates/user-register.html | |
parent | 6a528aed45a1d5f7707684b1688895e1a2091354 (diff) | |
download | FOSSEE-Forum-dbc39aa60e94299cdcd88e4a2f4198dab7f0b67f.tar.gz FOSSEE-Forum-dbc39aa60e94299cdcd88e4a2f4198dab7f0b67f.tar.bz2 FOSSEE-Forum-dbc39aa60e94299cdcd88e4a2f4198dab7f0b67f.zip |
Subject:Added fontawesome css and made few changes in registration.html
Description:
1. Added font
2. Made changes in registration page
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 %} + |