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.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl
index 4ea202c04..1ef0b2f66 100644
--- a/template/en/default/admin/versions/edit.html.tmpl
+++ b/template/en/default/admin/versions/edit.html.tmpl
@@ -26,7 +26,7 @@
<th><label for="version">Version:</label></th>
<td>
<input id="version" size="64" maxlength="64" name="version"
- value="[% version.name FILTER html %]">
+ value="[% version.name FILTER html %]" required>
</td>
</tr>
<tr>