folder_list.html 235 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="zh-cn">
  3. <div>
  4. <form method="post" action=".">
  5. {% csrf_token %}
  6. <!-- 提交按钮 -->
  7. <button type="submit">提交</button>
  8. </form>
  9. </div>
  10. </html>