mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 09:22:21 +00:00
Various misc fixes
This commit is contained in:
10
templates/registration/login.html
Normal file
10
templates/registration/login.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user