summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-10 17:22:09 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-10 17:22:09 +0200
commita68038b3bbee71311feb64c7036ee5bf8dc6037c (patch)
tree710a9105806c34f2fcbc47eab1ba4c209bf33a9d /res/templates
parentbf8ad7015aacb842fea585d1bd7563cee1f4d959 (diff)
reuse background image style with signup page
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/user_signup.html21
1 files changed, 15 insertions, 6 deletions
diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html
index c8e776fe..26f3daf4 100644
--- a/res/templates/user_signup.html
+++ b/res/templates/user_signup.html
@@ -1,11 +1,20 @@
{% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %}
{% block head %} {{ super() }}
-<script
- src="/static/lib/jquery.js"
- type="text/javascript"></script>
-<script
- src="/static/user_signup.js"
- type="text/javascript"></script>
+<script src="/static/lib/jquery.js" type="text/javascript"></script>
+<script src="/static/user_signup.js" type="text/javascript"></script>
+
+<style type="text/css">
+html {
+ background: url(/static/img/login-background.jpg);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: cover;
+}
+
+body {
+ background-color: transparent;
+}
+</style>
{% endblock %} {% block content %}
<div id="user_signup_form_panel">
<h1 id="signup_form__title">Sign up</h1>