Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _updated/app/templates/errors/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{% block content %}
<h1>Sorry ...</h1>
<p>There's nothing here!</p>
<p><a href="{{url_for('index')}}">Back</a></p>
<p><a href="{{url_for('home')}}">Back</a></p>
{% endblock %}
2 changes: 1 addition & 1 deletion _updated/app/templates/errors/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{% block content %}
<h1>Something's wrong!</h1>
<p>Fortunately we are on the job, and you can just return home!</p>
<p><a href="{{url_for('index')}}">Back</a></p>
<p><a href="{{url_for('home')}}">Back</a></p>
{% endblock %}
2 changes: 1 addition & 1 deletion templates/errors/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{% block content %}
<h1>Sorry ...</h1>
<p>There's nothing here!</p>
<p><a href="{{url_for('index')}}">Back</a></p>
<p><a href="{{url_for('home')}}">Back</a></p>
{% endblock %}
2 changes: 1 addition & 1 deletion templates/errors/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{% block content %}
<h1>Something's wrong!</h1>
<p>Fortunately we are on the job, and you can just return home!</p>
<p><a href="{{url_for('index')}}">Back</a></p>
<p><a href="{{url_for('home')}}">Back</a></p>
{% endblock %}