X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/6f816ea42b84894f897f96c088f8e330361a60f4..32d339dfffa7356a9d1aad0fbec62d400e86ba8f:/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: