mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-11 03:36:53 +02: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 %}
|