mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
billing: Don't show initial upgrade page in production for now.
This commit is contained in:
@@ -161,6 +161,9 @@ def remote_server_notify_push(request: HttpRequest, entity: Union[UserProfile, R
|
||||
|
||||
@zulip_login_required
|
||||
def initial_upgrade(request: HttpRequest) -> HttpResponse:
|
||||
if not settings.DEVELOPMENT:
|
||||
return render(request, "404.html")
|
||||
|
||||
user = request.user
|
||||
error_message = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user