mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Replaced exclusive ifs by if-else
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user