1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/admin/mailu/templates/fetch/create.html

10 lines
155 B
HTML
Raw Normal View History

2016-04-28 20:07:38 +02:00
{% extends "form.html" %}
{% block title %}
2016-10-02 14:52:50 +02:00
{% trans %}Add a fetched account{% endtrans %}
2016-04-28 20:07:38 +02:00
{% endblock %}
{% block subtitle %}
{{ user }}
{% endblock %}