diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-06 21:28:40 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-06 21:28:40 +0200 |
| commit | 46914a85b8769caf2f67fccb4087e5ae00673228 (patch) | |
| tree | 5e6863049cfc9ea833576e43af64123aa982f21c | |
| parent | 6c57c73430d7599ba045db4b518efa5a3c3e3641 (diff) | |
login.html: missing jquery.js link
| -rw-r--r-- | res/templates/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index e02cec5f..2e27f21f 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -2,6 +2,7 @@ <head> <meta charset="UTF-8"> <title>Welcome to Rhizi</title><link href="../css/style.css" rel="stylesheet" type="text/css"> +<script src="/static/lib/jquery.js" type="text/javascript"></script> <script type="text/javascript"> function submit_login_form() { var data = { |
