no blank flags

master
Fox Wilson 2015-11-08 14:18:59 -05:00
parent b613b15b3f
commit 704c171859
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function toggle() {
<form action="{{ url_for('submit', challenge=challenge.id) }}" method="POST">
<div class="container">
<div class="input-field">
<input id="flag" name="flag" type="text" />
<input required id="flag" name="flag" type="text" />
<label for="flag">Flag</label>
</div>
<button class="btn waves-effect waves-light" type="submit">Submit</button>