diff --git a/store/static/pfandcha/pfandcha_bad_17.png b/store/static/pfandcha/pfandcha_bad_17.png new file mode 100644 index 0000000000000000000000000000000000000000..066773e8577bd0c736e32aa00bde7c1bd08fc4b5 Binary files /dev/null and b/store/static/pfandcha/pfandcha_bad_17.png differ diff --git a/store/templates/index.html b/store/templates/index.html index 529ef5014918dc9d90edb841fd3301b6f9057ae0..3c5fdd24734ed71aa275a5268c322f33d9c7ff3c 100644 --- a/store/templates/index.html +++ b/store/templates/index.html @@ -221,7 +221,7 @@ // constants in case you get new pictures const good_pic_count = 8; - const bad_pic_count = 17; + const bad_pic_count = 18; const flaschen_pic_count = 4; function pic_path_format(type, i) { return 'static/pfandcha/pfandcha_' + type + '_' + i + '.png';