Created
December 16, 2025 02:24
-
-
Save smzn/8ff5e7c0f400f7d15de8cbe3b28aa09c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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