4.21.3
This commit is contained in:
22
app/templates/dashboard/lifetime_licence.html
Normal file
22
app/templates/dashboard/lifetime_licence.html
Normal file
@ -0,0 +1,22 @@
|
||||
{% extends "default.html" %}
|
||||
|
||||
{% set active_page = "dashboard" %}
|
||||
{% block title %}Lifetime Licence{% endblock %}
|
||||
{% block default_content %}
|
||||
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h1 class="h2">Lifetime Licence</h1>
|
||||
<div class="mb-4">
|
||||
If you have a lifetime licence, please paste it here.
|
||||
<br />
|
||||
</div>
|
||||
<form method="post">
|
||||
{{ coupon_form.csrf_token }}
|
||||
{{ coupon_form.code(class="form-control", placeholder="Licence Code") }}
|
||||
{{ render_field_errors(coupon_form.code) }}
|
||||
<button class="btn btn-success mt-2">Apply</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user