diff options
| author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-12 19:03:18 -0400 |
|---|---|---|
| committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-12 19:03:18 -0400 |
| commit | 676cf6980606ce6e1b0c39061c0c0f889cfdc6ce (patch) | |
| tree | 5478a015ba8016c8e013150b048a07786981db18 /templates/base.html | |
| parent | aa668e6980577024a504ddbc519a522ba1294199 (diff) | |
Login authentication - browser id fix
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index d16564b..65433ed 100644 --- a/templates/base.html +++ b/templates/base.html @@ -86,7 +86,10 @@ {% block content %} {% endblock %} </div> + + <script src="{{ STATIC_URL }}/js/libs/jquery-1.7.1.min.js"></script> {% block additionaljs %} {% endblock %} + </body> </html> |
