mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-28 12:21:56 +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 %}
|