aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-12-14 17:31:02 +0000
committerDave Arter <davea@mysociety.org>2017-02-15 17:34:30 +0000
commitbb99a8917a9b7fc38f0c0847f45c68659791b54a (patch)
treeef74ba99d4514d0afd85762efce9376ad97c45e2 /templates
parent34795d026faf45b0a1bfc103362eb118766c46d7 (diff)
Add external_id field to ResponsePriority for use with Exor
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/admin/responsepriorities/edit.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/web/base/admin/responsepriorities/edit.html b/templates/web/base/admin/responsepriorities/edit.html
index 4d838eed2..a4dc61213 100644
--- a/templates/web/base/admin/responsepriorities/edit.html
+++ b/templates/web/base/admin/responsepriorities/edit.html
@@ -20,6 +20,16 @@
<div class="admin-hint">
<p>
+ [% loc('If this priority is passed to an external service (e.g. Exor/Confirm) enter the priority code to use with that service here.') %]
+ </p>
+ </div>
+ <p>
+ <strong>[% loc('External ID:') %] </strong>
+ <input type="text" name="external_id" class="form-control" size="30" value="[% rp.external_id | html %]">
+ </p>
+
+ <div class="admin-hint">
+ <p>
[% loc('If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories.') %]
</p>
</div>