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:
Harshit Bansal
2019-03-04 17:43:22 +00:00
committed by Tim Abbott
parent ec869f51b9
commit 05c54bd477

View File

@@ -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">