Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
4e4a94cc
Commit
4e4a94cc
authored
Jul 17, 2020
by
hynek
🤤
Browse files
chore(templates): refactor 403/500 error templates to be more 'serious'
parent
58342405
Changes
2
Hide whitespace changes
Inline
Side-by-side
discuss_data/templates/403.html
View file @
4e4a94cc
...
...
@@ -5,5 +5,5 @@
{% block content %}
<h1>
Forbidden (403)
</h1>
<p>
CSRF verification failed.
Request aborted.
</p>
<p>
Request aborted.
</p>
{% endblock content %}
discuss_data/templates/500.html
View file @
4e4a94cc
...
...
@@ -3,9 +3,7 @@
{% block title %}Server Error{% endblock %}
{% block content %}
<h1>
Ooops!!! 500
</h1>
<h3>
Looks like something went wrong!
</h3>
<h1>
500 Internal Server Error
</h1>
<p>
We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment