mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
portico: Refresh deactivated realm notice page every 60 seconds.
This helps avoid users being confused if a realm was temporarily deactivated as part of getting a clean backup. Fixes: #11757.
This commit is contained in:
committed by
Tim Abbott
parent
f6c1a31988
commit
177673c84e
@@ -1,4 +1,10 @@
|
|||||||
{% extends "zerver/portico_signup.html" %}
|
{% extends "zerver/portico_signup.html" %}
|
||||||
|
|
||||||
|
{% block customhead %}
|
||||||
|
{{ super() }}
|
||||||
|
<meta http-equiv="refresh" content="60;URL='/'">
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block portico_content %}
|
{% block portico_content %}
|
||||||
|
|
||||||
<div class="app portico-page">
|
<div class="app portico-page">
|
||||||
|
|||||||
Reference in New Issue
Block a user