コード例 #1
0
ファイル: overlay.py プロジェクト: craws/OpenAtlas
def overlay_remove(id_: int, place_id: int) -> Response:
    Overlay.remove(id_)
    return redirect(f"{url_for('view', id_=place_id)}#tab-file")
コード例 #2
0
ファイル: overlay.py プロジェクト: NinaBrundke/OpenAtlas
def overlay_remove(id_: int, place_id: int) -> Response:
    Overlay.remove(id_)
    return redirect(url_for('entity_view', id_=place_id) + '#tab-file')