{% extends 'base.html' %} {% block content %}
{{ form.csrf_token }}
Do not load any license keys unless they come directly from Potnanny! Someone could be injecting malicious software into your system!
{{ form.license.label(class_="form-label") }} {% if form.license.errors %} {{ form.license(class_="form-control is-invalid") }} {% else %} {{ form.license(class_="form-control") }} {% endif %}
{% for error in form.license.errors %} {{ error }} {% endfor %}
{% endblock %}