forked from extern/django-helpdesk
Not all fields are required
- For example, you don't have to upload an attachment.
This commit is contained in:
parent
e373d5b9d8
commit
a12abab219
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<h2 name='submit'>{% trans "Submit a Ticket" %}</h2>
|
<h2 name='submit'>{% trans "Submit a Ticket" %}</h2>
|
||||||
<p>{% trans "All fields are required." %} {% trans "Please provide as descriptive a title and description as possible." %}</p>
|
<p>{% trans "Please provide as descriptive a title and description as possible." %}</p>
|
||||||
|
|
||||||
<form role="form" method='post' action='./#submit' enctype='multipart/form-data'>
|
<form role="form" method='post' action='./#submit' enctype='multipart/form-data'>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
Loading…
Reference in New Issue
Block a user