Beter resto menu

This commit is contained in:
Rien Maertens 2019-02-19 18:39:33 +01:00
parent 5e302e3881
commit ca741e951e
No known key found for this signature in database
GPG key ID: 10C6D8C91DE58E4A

View file

@ -206,19 +206,19 @@ def json_quotes():
RESTO_TEMPLATE = """ RESTO_TEMPLATE = """
# Resto menu # Resto menu
## Soepjes ## Woater me e smaksje
{soup_table} {soup_table}
## Vleesjes ## Vleesch
{meat_table} {meat_table}
## Visjes ## Visch
{fish_table} {fish_table}
## Niet-vleesjes ## Keuneteetn
{vegi_table} {vegi_table}
## Groentjes ## Groensels
{vegetable_table} {vegetable_table}
""" """