Tweak some wording on data import warnings email template.

This commit is contained in:
Lance Edgar 2016-02-11 21:19:12 -06:00
parent 7adcdba3f3
commit 98da38980e

View file

@ -8,14 +8,19 @@
</p>
% endif
<p>
Generally the periodic data import is expected to be a precaution only, in order
to detect and fix local data which falls out of sync from the data authority,
e.g. your POS.&nbsp; It is normally expected that proper real-time operation
<em>should</em> be enough to keep things in sync; therefore any actual changes
which occur as part of this import process are considered "warnings".
Generally the periodic data import is expected to be a precaution only,
in order to detect and fix local data which has fallen out of sync from the
data authority, e.g. your POS.&nbsp; It is normally intended that proper
real-time operation (e.g. a 'datasync' daemon) <em>should</em> be enough to
keep things in sync; therefore any net changes which occur as a result of this
periodic import process are considered "warnings".
</p>
The following is a list of changes which occurred during the latest
import run.&nbsp; Please investigate at your convenience.
The following is a list of changes which occurred during the latest import run.&nbsp;
% if not dry_run:
(Note that this was not a dry run; these changes have been committed
to the ${local_title} system.)&nbsp;
% endif
Please investigate at your convenience.
</p>
<ul>
% for model, (created, updated, deleted) in updates.iteritems():