{% extends "scanpipe/base.html" %} {% block content %}
{% include 'scanpipe/includes/navbar_header.html' %}
{% include 'scanpipe/includes/messages.html' %}
{% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %}
{% csrf_token %}
{% endblock %}