mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
15 lines
367 B
HTML
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 %} |