mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 17:02:18 +00:00
Added embedded login, and all iframe links open in new tab
This commit is contained in:
11
templates/registration/login_embed.html
Normal file
11
templates/registration/login_embed.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user