mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Add a "tutorial" page at /new-user
This is an interim strategy for user education that'll be a stopgap until we build something in the app itself. (imported from commit 9022d4ceffca98e127f7045f73c012857fe6fc54)
This commit is contained in:
@@ -36,6 +36,9 @@ urlpatterns = patterns('',
|
||||
url(r'^terms$', 'django.views.generic.simple.direct_to_template', {'template': 'zephyr/terms.html'}),
|
||||
url(r'^privacy$', 'django.views.generic.simple.direct_to_template', {'template': 'zephyr/privacy.html'}),
|
||||
|
||||
# New user "tutorial"
|
||||
url(r'^new-user$', 'django.views.generic.simple.direct_to_template', {'template': 'zephyr/new-user.html'}),
|
||||
|
||||
# These are json format views used by the web client. They require a logged in browser.
|
||||
url(r'^json/update_pointer$', 'zephyr.views.json_update_pointer'),
|
||||
url(r'^json/get_updates$', 'zephyr.views.json_get_updates'),
|
||||
|
||||
Reference in New Issue
Block a user