diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-17 11:47:56 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-17 11:47:56 +0100 |
| commit | 8ad4099206d49fd5f0878fd019186bc9b99bddb0 (patch) | |
| tree | 1bc087bf935526bfe8e85edca1a21eb0fe88dde7 /hyperkitty/templates/base.html | |
| parent | 17a4181c3a5100ef153b3d9886a068595860dbe9 (diff) | |
Fix threads count on summary page
Diffstat (limited to 'hyperkitty/templates/base.html')
| -rw-r--r-- | hyperkitty/templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index 53d0ada..1900dbb 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -53,8 +53,9 @@ {% block content %} {% endblock %} </div> {% block footer %} {% endblock %} - </body> <script src="{{ STATIC_URL }}js/libs/jquery-1.7.1.min.js"></script> {% block additionaljs %} {% endblock %} + + </body> </html> |
