Added embedded login, and all iframe links open in new tab

This commit is contained in:
David Taylor
2016-10-06 16:08:01 +01:00
parent 1bdc4bd293
commit 441a2be0b8
5 changed files with 82 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
{% extends 'base_embed.html' %}
{% block title %}Login{% endblock %}
{% block content %}
<div style="text-align: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 %}