mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
portico: Check for GET params in realm_redirect.html.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="app-main goto-account-page-container white-box">
|
||||
<div class="realm-redirect-form">
|
||||
<form class="form-inline" name="realm_redirect_form"
|
||||
action="/accounts/go/?{{ request.GET.urlencode() }}" method="post">
|
||||
action="/accounts/go/{% if request.GET %}?{{ request.GET.urlencode() }}{% endif %}" method="post">
|
||||
{{ csrf_input }}
|
||||
<div class="input-box moving-label horizontal">
|
||||
<div class="inline-block relative">
|
||||
|
Reference in New Issue
Block a user