Created
December 16, 2025 02:39
-
-
Save smzn/ba588d78a63ca5026a8a22e3296de67e 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> | |
| <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