1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Also accept http202; try fixing encoding issue

This commit is contained in:
2017-12-19 22:03:51 +01:00
parent 2cc2d382c1
commit 53887c8ece
2 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
{% block pageheader %}{{ action }}{% endblock %}
{% block pagecontent %}
{% if bookmark.http_status != 200 and bookmark.http_status != 304 %}
{% if bookmark.http_status != 200 and bookmark.http_status != 202 and bookmark.http_status != 304 %}
<div class="row">
<div class="col s12">
<div class="card-panel {{ theme.ERRORMESSAGE_BACKGROUND }}">