Files
piratepoet/views/cron.html
Jonathan Labreuille 268dabdc9f Bugfixes on sending
- added checks to prevent adding to the queue useless items
- fixed issue with mta settings (duplicated "host" input / renamed duplicate to "domain" for MailGun)
- fixed namespace issue on cron daemon/supervisor
- fixed typo in migration preventing the newsletter_templates table to be created.
- partially fixed cron.jsx
2015-12-07 13:29:42 +01:00

6 lines
96 B
HTML

<% extends 'layout.html' %>
<% block content %>
<div id="cron_container"></div>
<% endblock %>