mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-23 09:51:36 +01:00
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 %}
|