summaryrefslogtreecommitdiff
path: root/static/forums/templates/user-register.html
diff options
context:
space:
mode:
authorholyantony2015-03-20 14:10:12 +0530
committerholyantony2015-03-20 14:10:12 +0530
commitdbc39aa60e94299cdcd88e4a2f4198dab7f0b67f (patch)
treec98e18d65a11d9965fea6be36233fe7949d5ed52 /static/forums/templates/user-register.html
parent6a528aed45a1d5f7707684b1688895e1a2091354 (diff)
downloadFOSSEE-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.html4
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 %}
+