We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbf4dd commit 883179dCopy full SHA for 883179d
oshc/main/templates/contest_edit.html
@@ -7,7 +7,7 @@
7
<div class="form-group">
8
<label style="margin-top:70px;" for="name" class="control-label col-xs-2">Name:</label>
9
<div class="col-xs-3">
10
- <input type="text" style="margin-top:70px;" class="form-control" id="name" pattern="([A-Z, ])\w+" name="name" placeholder="Contest Name" required>
+ <input type="text" style="margin-top:70px;" class="form-control" id="name" pattern="([A-Za-z\s-])\w+" name="name" placeholder="Contest Name" required>
11
</div>
12
13
0 commit comments