From de479dd42130d67fb15f32beb99bec29b356792a Mon Sep 17 00:00:00 2001
From: Navan Chauhan
Date: Tue, 4 Aug 2020 21:28:56 +0530
Subject: added animations
---
app/templates/404.html | 9 +++++++++
app/templates/about.html | 10 ++++++++++
app/templates/base.html | 1 +
app/templates/dock_upload.html | 10 ++++++++++
app/templates/home.html | 2 ++
app/templates/job_status.html | 10 ++++++++++
app/templates/job_status_error.html | 9 +++++++++
app/templates/job_status_form.html | 10 ++++++++++
8 files changed, 61 insertions(+)
(limited to 'app/templates')
diff --git a/app/templates/404.html b/app/templates/404.html
index a4e9644..f8897ea 100644
--- a/app/templates/404.html
+++ b/app/templates/404.html
@@ -4,4 +4,13 @@
Oh Snap! Error 404
The Page you are looking for cannot be found
Go Back home
+
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/about.html b/app/templates/about.html
index 23ffc28..b61bfed 100644
--- a/app/templates/about.html
+++ b/app/templates/about.html
@@ -8,4 +8,14 @@
to create high quality ray-traced visualisations. After finding and tabulating protein ligand interactions using PLIP,
it creates a PDF and emails you the report ( Along with supporting files )
+
+
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/base.html b/app/templates/base.html
index 31f148a..157b68b 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -11,6 +11,7 @@
+
diff --git a/app/templates/dock_upload.html b/app/templates/dock_upload.html
index e9116da..26f1e99 100644
--- a/app/templates/dock_upload.html
+++ b/app/templates/dock_upload.html
@@ -54,4 +54,14 @@
Upload
+
+
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/home.html b/app/templates/home.html
index 02c71dd..efe1a36 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -7,4 +7,6 @@
Dock and Report
Job Status
+
+
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/job_status.html b/app/templates/job_status.html
index e113650..896d49a 100644
--- a/app/templates/job_status.html
+++ b/app/templates/job_status.html
@@ -7,4 +7,14 @@
Ligand Name: {{ln}}
Description: {{desc}}
Status: {{status}}
+
+
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/job_status_error.html b/app/templates/job_status_error.html
index 633e347..b6d16a7 100644
--- a/app/templates/job_status_error.html
+++ b/app/templates/job_status_error.html
@@ -3,4 +3,13 @@
{% block main %}
Job ID: {{ job }}
This Job ID does not exist 😠. If you think this is an error, please contact us.
+
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/job_status_form.html b/app/templates/job_status_form.html
index f940a6d..4909186 100644
--- a/app/templates/job_status_form.html
+++ b/app/templates/job_status_form.html
@@ -12,4 +12,14 @@
Get Status
+
+
{% endblock %}
\ No newline at end of file
--
cgit v1.2.3