summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/config_index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/config_index.php b/templates/config_index.php
index f18078c1..6e55e4f2 100644
--- a/templates/config_index.php
+++ b/templates/config_index.php
@@ -13,6 +13,8 @@
<?= Helper\form_label(t('Webhooks token'), 'webhooks_token') ?>
<?= Helper\form_text('webhooks_token', $values, $errors, array('readonly')) ?><br/>
+ <?= Helper\form_label(t('Timezone'), 'timezone') ?>
+ <?= Helper\form_select('timezone', $timezones, $values, $errors) ?><br/>
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>
</div>