mirror of
https://github.com/Adam-Ant/ClockworkAprilFools2017
synced 2025-06-23 05:30:55 +00:00
Add template to buy page
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<form method="post">
|
||||
Username: <input type="text" name="username" required>
|
||||
<button type="submit">Get me that juicy Plus!</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block body %}
|
||||
<form method="post">
|
||||
Username: <input type="text" name="username" required>
|
||||
<button type="submit">Get me that juicy Plus!</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user