diff --git a/CHANGELOG b/CHANGELOG index e42063fc..48a93cf3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -59,4 +59,6 @@ pagination issues. Thanks to Walter Doekes for the patches. 2010-09-04 r159 Error when updating multiple tickets. Issue #135. -2010-09-04 r160 Fix translation blocks in deletion templates. Some translation strings will need to be updated. +2010-09-04 r160 Fix translation blocks in deletion templates. Some translation strings will need to be updated. Thanks to william88 for the bug report. + +2010-09-04 r161 Fix jQuery filename in public templates. Thanks to bruno.braga for the fix. diff --git a/templates/helpdesk/public_base.html b/templates/helpdesk/public_base.html index 1f362c33..caf77463 100644 --- a/templates/helpdesk/public_base.html +++ b/templates/helpdesk/public_base.html @@ -1,7 +1,7 @@ {% load i18n %} {% block helpdesk_title %}{% trans "Helpdesk" %}{% endblock %} - + {% block helpdesk_head %}{% endblock %}