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