Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% extends 'base.html' %}
- {% block title %}
- Рандом / удача
- {% endblock %}
- {% block body %}
- <h1>Испытай удачу в цифрах!</h1>
- <form action="/features/random/int" method="POST">
- <input type="text" name="from" id="from" class="form-control" placeholder="От..."><br>
- <input type="text" name="to" id="to" class="form-control" placeholder="До..."><br>
- <input type="submit" class="bth bth-success" value="Рандом"><br><br>
- </form>
- <span id="true-random-integer-generator-result">
- {{ number }}
- </span>
- {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement