- 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
6 lines
96 B
HTML
6 lines
96 B
HTML
<% extends 'layout.html' %>
|
|
|
|
<% block content %>
|
|
<div id="cron_container"></div>
|
|
<% endblock %>
|