summaryrefslogtreecommitdiff
path: root/res/templates/user_signup.html
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-28 15:15:36 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-28 16:46:46 +0300
commit9a953896338fb19bc4c88280cfdcc1d7391743e7 (patch)
tree5129698e54c98ce10d909fa6546550e8dd509bba /res/templates/user_signup.html
parent347e34221986507536ef85d61c5a3801f98596de (diff)
applying /static/js qualifier to JS resources, align with all other resource types
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 {