mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
Replaced exclusive ifs by if-else
This commit is contained in:
parent
af9193f721
commit
f4532c3015
@ -14,8 +14,7 @@
|
||||
<hr>
|
||||
{% if status != 404 %}
|
||||
<p>{{ translate('We encountered a %s %s error.') | format(status, reason) }}</p>
|
||||
{% endif %}
|
||||
{% if status == 404 %}
|
||||
{% else %}
|
||||
<p>{{ translate('This short URL doesn\'t seem to be valid.') }}</p>
|
||||
<p>{{ translate('Make sure you included all the characters, with no extra punctuation.') }}</p>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user