mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-19 17:18:23 +02:00
Update public_base.html to remove redundant JavaScript include and bump version to 1.6.1
This commit is contained in:
parent
e94289c8a2
commit
6ac40421f0
@ -6,10 +6,8 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
{% include 'helpdesk/base-head.html' %}
|
||||
{% block helpdesk_head %}{% endblock %}
|
||||
{% include 'helpdesk/base_js.html' %}
|
||||
|
||||
</head>
|
||||
|
||||
@ -42,7 +40,6 @@
|
||||
<!-- /#wrapper -->
|
||||
|
||||
{% include "helpdesk/debug.html" %}
|
||||
|
||||
{% include 'helpdesk/base_js.html' %}
|
||||
{% block helpdesk_js %}{% endblock %}
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user