- <!DOCTYPE html>
- <html lang="zh-cn">
- <div>
- <form method="post" action=".">
- {% csrf_token %}
- <!-- 昵称 -->
- <div>
- <label for="folder_id">id</label>
- <input type="text" id="folder_id" name="folder_id">
- </div>
- <!-- 提交按钮 -->
- <button type="submit">提交</button>
- </form>
- </div>
- </html>
|