mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +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
ec869f51b9
commit
05c54bd477
@@ -1,4 +1,10 @@
|
||||
{% extends "zerver/portico_signup.html" %}
|
||||
|
||||
{% block customhead %}
|
||||
{{ super() }}
|
||||
<meta http-equiv="refresh" content="60;URL='/'">
|
||||
{% endblock %}
|
||||
|
||||
{% block portico_content %}
|
||||
|
||||
<div class="app portico-page">
|
||||
|
||||
Reference in New Issue
Block a user