Forgotten comma

This commit is contained in:
Adolfo Gómez 2016-07-07 14:22:35 +02:00 committed by GitHub
parent 4adfac1c02
commit ba35968e8d

View File

@ -192,7 +192,7 @@ def index(request):
'not_accesible': not svr.isAccessAllowed(),
'in_use': in_use,
'to_be_replaced': tbr,
'to_be_replaced_text': tbrt
'to_be_replaced_text': tbrt,
'comments': svr.comments,
})