{% extends 'default.html' %} {% set active_page = "dashboard" %} {% block title %} Lifetime Licence {% endblock %} {% block default_content %}

Lifetime Licence

If you have a lifetime licence, please paste it here.
For information, we offer free premium account for education (student, professor or technical staff working at an educational institute).
Drop us an email at hi@simplelogin.io with your student ID or certificate to get the lifetime licence.
{{ coupon_form.csrf_token }} {{ coupon_form.code(class="form-control", placeholder="Licence Code") }} {{ render_field_errors(coupon_form.code) }}
{% endblock %}