{% extends "base.html" %} {% block title %}Photo Portfolios Upload{% endblock %} {% block main_css %} {% endblock %} {% block content %}
{% if form.errors %}

Sorry, that's not a valid username or password

{% endif %}
{{form.as_p}}
{% endblock %}