welco/welco/sources/mail/templates/welco/mail_feeder.html

14 lines
280 B
HTML

{% extends "welco/base.html" %}
{% load i18n %}
{% block content %}
<h2>{% trans "Mail Feeder" %}</h2>
<form action="." enctype="multipart/form-data" method="POST">
<input type="file" name="mail" multiple>
<div><button>{% trans "Push" %}</button></div>
</form>
{% endblock %}