Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save smzn/ba588d78a63ca5026a8a22e3296de67e to your computer and use it in GitHub Desktop.
<td>
<a href="{{ url_for('update', id=location.id) }}">編集</a>
| <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