Skip to content

Commit

Permalink
improve an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Aug 11, 2020
1 parent c6bb36d commit 43b9dfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/%username/tip.spt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ if 'ctime' not in out:
% extends "templates/layouts/base-thin.html"

% block thin_content
<p class="alert alert-danger">These aren't the droids you're looking for.</p>
<p class="alert alert-danger">{{ _(
"Something went wrong, please go back to the previous page and resubmit the form."
) }}</p>
% endblock

[---] application/json via json_dump
Expand Down

0 comments on commit 43b9dfd

Please sign in to comment.