summaryrefslogtreecommitdiff
path: root/res/templates/user_signup.html
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-29 19:46:38 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-29 19:50:01 +0300
commit13a846813a1cf192355485197fc144d37e34eb63 (patch)
tree3da93c49216c8c4c627136d7046d17e841b57503 /res/templates/user_signup.html
parent86762454fdb782193ea59712dc8704f99c9c549b (diff)
revive static/js move
Diffstat (limited to 'res/templates/user_signup.html')
-rw-r--r--res/templates/user_signup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html
index 639d0be9..93589d86 100644
--- a/res/templates/user_signup.html
+++ b/res/templates/user_signup.html
@@ -1,7 +1,7 @@
{% 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/js/user_signup.js" type="text/javascript"></script>
<style type="text/css">
html {