mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-30 03:51:54 +00:00
Move Code into repo
This commit is contained in:
22
app/templates/play_keys/bulk.html.j2
Normal file
22
app/templates/play_keys/bulk.html.j2
Normal file
@@ -0,0 +1,22 @@
|
||||
{% extends 'base.html.j2' %}
|
||||
|
||||
{% block title %}
|
||||
Bulk Play Key Creation
|
||||
{% endblock title %}
|
||||
|
||||
{% block content_before %}
|
||||
Bulk Play Key Creation
|
||||
{% endblock content_before %}
|
||||
|
||||
{% block content %}
|
||||
<form method=post>
|
||||
{{ form.csrf_token }}
|
||||
<div class="card shadow-sm mx-auto pb-3 bg-dark border-primary" style="width: 20rem;">
|
||||
<div class="card-body">
|
||||
{{ helper.render_field(form.count) }}
|
||||
{{ helper.render_field(form.uses) }}
|
||||
{{ helper.render_submit_field(form.submit) }}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user