forked from extern/django-helpdesk
13 lines
241 B
HTML
13 lines
241 B
HTML
{% load i18n %}
|
|
{% load saved_queries %}
|
|
<!DOCTYPE html>
|
|
<head>
|
|
{% include 'helpdesk/base-head.html' %}
|
|
</head>
|
|
|
|
<body>
|
|
{% block helpdesk_body %}
|
|
{% include 'helpdesk/public_create_ticket_base.html' %}
|
|
{% endblock %}
|
|
</body>
|