Skip to content

Instantly share code, notes, and snippets.

@smzn
Created December 16, 2025 02:24
Show Gist options
  • Select an option

  • Save smzn/8ff5e7c0f400f7d15de8cbe3b28aa09c to your computer and use it in GitHub Desktop.

Select an option

Save smzn/8ff5e7c0f400f7d15de8cbe3b28aa09c to your computer and use it in GitHub Desktop.
<td>
<form action="{{ url_for('delete', id=location.id) }}" method="POST" style="display:inline;">
<button type="submit" onclick="return confirm('本当に削除しますか?');">削除</button>
</form>
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment