Add a user-visible setting for 24-hour time display.

(imported from commit d934824fd6b72e64a455aac9ff4585b262145f02)
This commit is contained in:
Kate Buckner
2015-08-19 13:35:46 -07:00
committed by Tim Abbott
parent 9734d1ab3f
commit 4d0f7c7ea4
12 changed files with 402 additions and 10 deletions

View File

@@ -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.