diff options
Diffstat (limited to 'qc_app/templates')
-rw-r--r-- | qc_app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index 9a69bc5..28aaa7f 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -24,7 +24,7 @@ required="required" /> <label for="filetype_average">average</label> - <input type="radio" name="filetype" value="standard_error" + <input type="radio" name="filetype" value="standard-error" id="filetype_standard_error" required="required" /> <label for="filetype_standard_error">standard error</label> </fieldset> |