From d113a4973e70217a6979146ab5f8c05d1577bb40 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 6 Jul 2020 18:56:39 +0530 Subject: add jobID and description --- app/templates/display_result.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/templates/display_result.html (limited to 'app/templates') diff --git a/app/templates/display_result.html b/app/templates/display_result.html new file mode 100644 index 0000000..0174637 --- /dev/null +++ b/app/templates/display_result.html @@ -0,0 +1,8 @@ +{% extends 'base.html' %} + +{% block main %} +

Job ID: {{ job }}

+

Succesfuly Submitted

+ Description: {{description}} + +{% endblock %} \ No newline at end of file -- cgit v1.2.3