{% extends "closedverse_main/layout.html" %} {% load static %}{% block main-body %}

Sign In

Please sign in to access Cedar.

{% csrf_token %}

{% if allow_signups %}

Can't remember your password? Reset it here!

If you don't have an account, you're in luck! You can create an account there.

{% endif %} {% if not allow_signups %}

Signing up is disabled for now, check back later.

{% endif %}
{% endblock %}