10 lines
336 B
10 lines
336 B
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<form action=/generate method="post">
|
|
How many?:<br />
|
|
<input type="number" name="howmany" value="16"/><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 %} |