{% extends 'scipost/base.html' %} {% block pagetitle %}: login{% endblock pagetitle %} {% load bootstrap %} {% load static %} {% block content %}

Log in to SciPost

{% csrf_token %} {{ form|bootstrap }}

Forgot your password?

Not registered as a Contributor to SciPost?

If you are a professional scientist (PhD student and above), you can register by filling the registration form.

{% endblock %} {% block footer_script %} {% endblock %}