Files
PyRIGS/templates/registration/login.html
2016-10-03 22:45:57 +01:00

15 lines
320 B
HTML

{% extends 'base.html' %}
{% block title %}Login{% endblock %}
{% block extra-head %}
{% if next %}
<link rel="alternate" type="application/json+oembed"
href="{{next}}oembed"
title="RIGS Event Embed" />
{% endif %}
{% endblock %}
{% block content %}
{% include 'registration/loginform.html' %}
{% endblock %}