diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 20:00:35 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 20:00:35 +0530 |
commit | a76126e01e3e8d6ed47a823636a809dad1e58283 (patch) | |
tree | fb13239dcb0a06aea267e68d63dc02a4bdf790ea /app/templates/error.html | |
parent | ca50f9cb6943f7010ab2eec1a23cad7896d7b553 (diff) |
added pubchem search
Diffstat (limited to 'app/templates/error.html')
-rw-r--r-- | app/templates/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/error.html b/app/templates/error.html index b605430..54656ba 100644 --- a/app/templates/error.html +++ b/app/templates/error.html @@ -3,7 +3,7 @@ {% block main %} <h2>Oh Snap! An error occured</h2> - <p>Error Code: {{code}}</p> + <div class="alert alert-warning" role="alert">Error Code: {{code}}</div> <p>Error Description: {{description}}</p> <!--<section> <style> |