X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/2a3b7c542556b4d4a3c1d2f858a308ee224e01a2..731f87ca567597759fe7935f5e3cf42b8e7c3c03:/wradmin/controllers/gasthaus.py diff --git a/wradmin/controllers/gasthaus.py b/wradmin/controllers/gasthaus.py index 4dcf9c3..95faba7 100644 --- a/wradmin/controllers/gasthaus.py +++ b/wradmin/controllers/gasthaus.py @@ -37,7 +37,7 @@ class GasthausController: flash('Die Gasthausliste wurde erfolgreich aktualisiert.', 'info') except wrpylib.wrmwcache.UpdateCacheError as e: title = str(e.args[1]) - title = wrpylib.mwmarkup.to_title(title) + title = wrpylib.mwmarkup.dbkey_to_title(title) msg = str(e.args[2]) msg = msg.replace('\n', '; ') if len(e.args) == 3: