summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/versions/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/versions/edit.html.tmpl')
-rw-r--r--template/en/default/admin/versions/edit.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl
index 497d67e2e..1fc1cc52a 100644
--- a/template/en/default/admin/versions/edit.html.tmpl
+++ b/template/en/default/admin/versions/edit.html.tmpl
@@ -38,8 +38,9 @@
<tr>
<th class="field_label"><label for="version">Version:</label></th>
- <td><input id="version" size="64" maxlength="64" name="version" value="
- [%- version.name FILTER html %]"></td>
+ <td><input id="version" size="64" maxlength="64" name="version"
+ value="[% version.name FILTER html %]" required autofocus>
+
</tr>
<tr>
<th class="field_label"><label for="isactive">Enabled For [% terms.Bugs %]:</label></th>