diff options
Diffstat (limited to 'res/templates/user_signup.html')
| -rw-r--r-- | res/templates/user_signup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html index 93589d86..639d0be9 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/js/user_signup.js" type="text/javascript"></script> +<script src="/static/user_signup.js" type="text/javascript"></script> <style type="text/css"> html { |
