Skip to content

Commit

Permalink
Update error template to just show message and not repeat the code (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Feb 26, 2024
1 parent edcffc4 commit 1566a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{% block title %}{{ code }} - {{ status }}{% endblock %}
{% block content %}
<h1>{{ code }} - {{ status }}</h1>
<h2 class="my-4">{{ message }}</h2>
<h2 class="my-4">{{ message.description }}</h2>
{% endblock %}

0 comments on commit 1566a70

Please sign in to comment.