Update create_ticket.html

This commit is contained in:
vritika221 2024-09-10 10:07:05 +05:30 committed by GitHub
parent 6c8a6eaee1
commit 972ae0e059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
{% extends "helpdesk/base.html" %}{% load i18n bootstrap4form %}
{% extends "helpdesk/base.html" %}{% load i18n bootstrap4 %}
{% block helpdesk_title %}{% trans "Create Ticket" %}{% endblock %}