mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 15:02:31 +00:00
Initial proof of concept
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user