{% extends "base.html" %} {% block title %} Login to FixInventory {% endblock %} {% block content %}
FixInventory

Sign In

{% if error %}
{{ error }}
{% endif %}
{% endblock %}