yeah
parent
54cd687635
commit
a1ceb740dd
|
@ -83,4 +83,6 @@ if __name__ == '__main__':
|
||||||
app.config['DEBUG'] = True
|
app.config['DEBUG'] = True
|
||||||
app.config['DATA_DIR'] = data_dir
|
app.config['DATA_DIR'] = data_dir
|
||||||
|
|
||||||
|
print("Running with data_dir=", app.config['DATA_DIR'])
|
||||||
|
|
||||||
app.run()
|
app.run()
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<textarea maxlength="400" style="border:0px"name="message" cols="50" rows="10"></textarea>
|
<textarea maxlength="400" style="border:0px"name="message" cols="50" rows="10"></textarea>
|
||||||
</td>
|
</td>
|
||||||
<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>
|
<input type="radio" name="hmm" value="scrop">nope<br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Reference in New Issue