mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-12 09:14:27 +02:00
354dc727c1
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 %}
|