def overlay_remove(id_: int, place_id: int) -> Response: Overlay.remove(id_) return redirect(f"{url_for('view', id_=place_id)}#tab-file")
def overlay_remove(id_: int, place_id: int) -> Response: Overlay.remove(id_) return redirect(url_for('entity_view', id_=place_id) + '#tab-file')