Uploading files
This commit is contained in:
11
no_templates/waiting_page.html~
Normal file
11
no_templates/waiting_page.html~
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% load staticfiles %}
|
||||
|
||||
{% 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> Page should refresh automatically (or you can hit reload)</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user