{% extends "layouts/base-fullscreen.html" %} {% block title %} Login {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} Flask AdminKit {% if msg %} {{ msg | safe }} {% else %} Sign in to your account to continue {% endif %} {{ form.hidden_tag() }} Username {{ form.username(placeholder="Username", class="form-control form-control-lg") }} Password {{ form.password(placeholder="Password", class="form-control form-control-lg", type="password") }} Remember me next time Login Don’t have an account? Signup © AdminKit.io - Coded by AppSeed. {% endblock content %} {% block javascripts %}{% endblock javascripts %}
{% if msg %} {{ msg | safe }} {% else %} Sign in to your account to continue {% endif %}
Don’t have an account? Signup
© AdminKit.io - Coded by AppSeed.