mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
10 lines
155 B
HTML
10 lines
155 B
HTML
{% extends "form.html" %}
|
|
|
|
{% block title %}
|
|
{% trans %}Add a fetched account{% endtrans %}
|
|
{% endblock %}
|
|
|
|
{% block subtitle %}
|
|
{{ user }}
|
|
{% endblock %}
|