Initial proof of concept

This commit is contained in:
David Taylor
2016-10-03 22:45:57 +01:00
parent e77728c52c
commit 6370679b62
3 changed files with 26 additions and 0 deletions

View File

@@ -2,6 +2,14 @@
{% 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 %}