{% extends "univ_oahpa.html" %} {% load i18n %} {% load bootstrap_tags %} {% load staticfiles %} {# clear sidebar #} {% block sidebar %}{% endblock %} {% block extrajs %} {% endblock %} {% block content %}

{% if user.is_authenticated %}

{% trans "You are currently logged in." %} {% trans "Log out?" %}

{% else %} {% if not form.errors %} {% else %}
{% endif %} {% endif %}
{% csrf_token %} {{ form|as_bootstrap }}

{% blocktrans %}If you are participating in a course at http://kursa.oahpa.no/ and are seeing this page, you must log in there first, and then come back here and log in. If this does not work, make sure that your browser allows cookies.{% endblocktrans %}

{% endblock %}