#36 temp fix use exception and study error
This commit is contained in:
parent
a6392c1bf7
commit
92e72edb39
@ -154,7 +154,7 @@ def show_coin(country, year, stamp, value):
|
||||
except Coin.MultipleObjectsReturned:
|
||||
return {
|
||||
'value': value,
|
||||
'marker': coin
|
||||
'marker': 'Fehler!'
|
||||
}
|
||||
|
||||
td_class = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user