mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
7 lines
143 B
HTML
7 lines
143 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block title %}Login{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include 'registration/loginform.html' %}
|
|
{% endblock %} |