diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-21 10:43:14 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-21 10:43:14 +0100 |
commit | 845800391843a98907c5a2982b267aa4916b1a7a (patch) | |
tree | ed0a3f5072c91fae55e808b414f577b787d60d11 | |
parent | a5ffb43593ab33086ca54764930c1788c4b281d3 (diff) |
title is required for updates too
-rw-r--r-- | templates/web/default/report/new/extra_name.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/report/new/extra_name.html b/templates/web/default/report/new/extra_name.html index e8c2cadaf..dede1000c 100644 --- a/templates/web/default/report/new/extra_name.html +++ b/templates/web/default/report/new/extra_name.html @@ -6,7 +6,7 @@ [% title = '' %] [% IF fms_extra_title %][% title = fms_extra_title | upper %] [% ELSIF c.user && c.user.title %][% title = c.user.title | upper %][% END %] -<select class="form-focus-trigger" id="form_fms_extra_title" +<select class="form-focus-trigger required" id="form_fms_extra_title" name="fms_extra_title"> <option></option> <option value="MR"[% ' selected' IF title == 'MR' %]>Mr</option> |