Issue 76: Time on issues should show time as well as date
This commit is contained in:
@@ -34,6 +34,13 @@
|
||||
<span class="helptext">{$form.f.email.help_text}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><strong>{$form.f.timezone.labelTag}:</strong></th>
|
||||
<td>{if $form.f.timezone.errors}{$form.f.timezone.fieldErrors}{/if}
|
||||
{$form.f.timezone|unsafe}<br />
|
||||
<span class="helptext">{$form.f.timezone.help_text}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$form.f.language.labelTag}:</th>
|
||||
<td>{if $form.f.language.errors}{$form.f.language.fieldErrors}{/if}
|
||||
|
Reference in New Issue
Block a user