fix #44
This commit is contained in:
parent
efb57a2c68
commit
ac83dce233
@ -130,7 +130,7 @@ def show_country(country, single_country=False):
|
||||
|
||||
for stamp in stamps_per_year:
|
||||
c['years'][year][stamp] = {
|
||||
1: {},
|
||||
'1': {},
|
||||
2: {},
|
||||
5: {},
|
||||
10: {},
|
||||
@ -228,10 +228,9 @@ def show_coin(coin, value):
|
||||
'td_class': coin['td_class'],
|
||||
'div_class': coin['div_class'],
|
||||
'special_class': coin['special_class'],
|
||||
'special_name': coin['special_name'],
|
||||
}
|
||||
'special_name': coin['special_name']}
|
||||
else:
|
||||
return {}
|
||||
return { 'value': value }
|
||||
|
||||
|
||||
def add_user(request, username, color):
|
||||
|
Loading…
x
Reference in New Issue
Block a user