mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Add a user-visible setting for 24-hour time display.
(imported from commit d934824fd6b72e64a455aac9ff4585b262145f02)
This commit is contained in:
@@ -145,6 +145,7 @@ urlpatterns += patterns('zerver.views',
|
||||
url(r'^json/set_alert_words$', 'json_set_alert_words'),
|
||||
url(r'^json/set_muted_topics$', 'json_set_muted_topics'),
|
||||
url(r'^json/set_avatar$', 'json_set_avatar'),
|
||||
url(r'^json/time_setting$', 'json_time_setting'),
|
||||
|
||||
# This json format view is used by the LEGACY pre-REST API. It
|
||||
# requires an API key.
|
||||
|
||||
Reference in New Issue
Block a user