mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-04-18 16:11:47 +00:00
Lots of tidying up, moved inline CSS into SCSS
This commit is contained in:
@@ -2,14 +2,9 @@
|
||||
|
||||
{% 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 %}
|
||||
<div class="text-center">
|
||||
<h1>R<small>ig</small> I<small>nformation</small> G<small>athering</small> S<small>ystem</small></h1>
|
||||
</div>
|
||||
{% include 'registration/loginform.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user