mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
10 lines
284 B
HTML
10 lines
284 B
HTML
{% extends 'base_rigs.html' %}
|
|
|
|
{% block title %}Login{% 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 %} |