diff options
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> |