From 9fcb963e76d06ca4f659bc052bb46c3d50f155ce Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 19 Jan 2017 18:14:31 +0200 Subject: Added checkin_enable setting --- servo/templates/admin/settings.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'servo/templates') diff --git a/servo/templates/admin/settings.html b/servo/templates/admin/settings.html index 85f7b61..bec147b 100644 --- a/servo/templates/admin/settings.html +++ b/servo/templates/admin/settings.html @@ -13,7 +13,7 @@
  • {% trans "GSX" %}
  • {% trans "Outgoing Mail" %}
  • {% trans "Incoming Mail" %}
  • -
  • {% trans "Text Messages" %}
  • +
  • {% trans "SMS" %}
  • {% trans "Check-in" %}
  • @@ -92,6 +92,7 @@ {% endif %}
    + {% include "form_field_snippet.html" with field=form.checkin_enable %} {% include "form_field_snippet.html" with field=form.checkin_user %} {% include "form_field_snippet.html" with field=form.checkin_group %} {% include "form_field_snippet.html" with field=form.checkin_queue %} -- cgit v1.2.3