Skip to content
Snippets Groups Projects
Commit 90db796a authored by mowoe's avatar mowoe
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
<html>
<head></head>
<body>
<form action="/submit" method="POST">
{% for quest in questions %}
{% set questid = quest[1] %}
{% set questtext = quest[0] %}
{{ questtext }}
<br>
<input type="text" name="{{questid}}" value="">
<br><br>
{% endfor %}
<input type="submit" value="Submit">
</form>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment