{% extends "base_clean.html" %} {% block title %}Activate License - AsapLoads POS{% endblock %} {% block content %}

License Activation

Before you can access the system, you need to activate your license key. Please enter the license key provided by the system administrator, along with your business details.

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}
Enter the license key exactly as it was provided to you.
{% endblock %}