mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-30 10:01:40 +02:00
5b16e88991
refactor: simplification refactor: simplification
8 lines
163 B
HTML
8 lines
163 B
HTML
{% extends "auth/_layout.html" %}
|
|
|
|
{% block title %}Minne - Sign in{% endblock %}
|
|
|
|
{% block auth_content %}
|
|
{% include "auth/signin_form.html" %}
|
|
{% endblock %}
|