예제 #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
def overlay_remove(id_: int, place_id: int) -> Response:
    Overlay.remove(id_)
    return redirect(url_for('entity_view', id_=place_id) + '#tab-file')