{% extends "base.html" %} {% block title %}Log-in{% endblock %} {% block content %}
Your username and password didn't match. Please try again.
{% else %}Please, use the following form to log-in. If you don't have an account register here
{% endif %} {% endblock %}