You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
336 B
10 lines
336 B
6 years ago
|
{% extends 'base.html' %}
|
||
|
|
||
|
{% block content %}
|
||
|
<form action=/generate method="post">
|
||
|
How many?:<br />
|
||
|
<input type="number" name="howmany" value="20"/><br />
|
||
|
<button type="submit" class="graybar" >Generate </button><br />
|
||
|
Note: It is best to print the generated codes immediatly from the result of this generation.
|
||
|
</form>
|
||
|
{% endblock %}
|