master
nathaniel smith 2015-08-01 17:01:29 -07:00
parent 54cd687635
commit a1ceb740dd
2 changed files with 3 additions and 1 deletions

View File

@ -83,4 +83,6 @@ if __name__ == '__main__':
app.config['DEBUG'] = True
app.config['DATA_DIR'] = data_dir
print("Running with data_dir=", app.config['DATA_DIR'])
app.run()

View File

@ -21,7 +21,7 @@
<textarea maxlength="400" style="border:0px"name="message" cols="50" rows="10"></textarea>
</td>
<td>
<input type="radio" name="hmm" value="scriz" selected="true">yeah<br>
<input type="radio" name="hmm" value="scriz" checked="true">yeah<br>
<input type="radio" name="hmm" value="scrop">nope<br>
</td>
</tr>