Private
Public Access
1
0
Files
rowsandall/rowers/templates/waiting_page.html
Sander Roosendaal 196548fdcc staticfiles to static
2021-04-14 10:00:14 +02:00

12 lines
358 B
HTML

{% extends "base.html" %}
{% load static %}
{% block title %}Waiting{% endblock %}
{% block meta %}<meta http-equiv="refresh" content="30">{% endblock %}
{% block content %}
<h1>Waiting for your image to be processed</h1>
<p> {{ message }} </p>
<p>Please do not close this page. Page should refresh automatically (or you can hit reload)</p>
{% endblock %}