Files
PyRIGS/templates/registration/login.html
2016-10-05 10:42:49 +01:00

15 lines
367 B
HTML

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