diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 23:51:21 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 23:51:21 +0530 |
commit | d20017680bf6e8dfd2e4bcd69654a545f9a8350c (patch) | |
tree | 796e228c567f34136941d68b0de100b0376a4f0e /app/templates/display_result.html | |
parent | 1b530ca5d1662df06b9d6d3fb5980bcfed1fda5e (diff) |
added active link for all pages to navbar
added dropdowns
removed starter files
removed sentry completely
Diffstat (limited to 'app/templates/display_result.html')
-rw-r--r-- | app/templates/display_result.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/templates/display_result.html b/app/templates/display_result.html deleted file mode 100644 index 0174637..0000000 --- a/app/templates/display_result.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends 'base.html' %} - -{% block main %} - <h2>Job ID: {{ job }}</h2> - <p>Succesfuly Submitted</p> - <b>Description: </b>{{description}} - <!-- <img src="{{ url_for('static', filename="uploads/" + filename) }}" /> --> -{% endblock %}
\ No newline at end of file |