10 lines
172 B
HTML
10 lines
172 B
HTML
{% extends "base.html" %}
|
|
{% load staticfiles %}
|
|
|
|
{% block title %}Here's your plot{% endblock %}
|
|
|
|
{% block content %}
|
|
Waiting for the task to complete.
|
|
{% endblock %}
|
|
|