{% extends 'login/base.html' %} {% block title %} FPGA-Interface Login {% endblock %} {% block tempplace %}

Login

{% csrf_token %} {{ login_form.as_p}}
{% endblock %}