浏览代码

post

master
jfinn 4 天前
父节点
当前提交
8d7b876bfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      wsps/templates/post.html

+ 1
- 1
wsps/templates/post.html 查看文件

1
 <!-- templates/post.html -->
1
 <!-- templates/post.html -->
2
 <h1>Create Post Page</h1>
2
 <h1>Create Post Page</h1>
3
-<form method="post" enctype="multipart/form-data" action="/jstp_dev5>
3
+<form method="post" enctype="multipart/form-data" action="/jstp_dev5">
4
   {% csrf_token %}
4
   {% csrf_token %}
5
   {{ form.as_p }}
5
   {{ form.as_p }}
6
   <button type="submit">Submit New Post</button>
6
   <button type="submit">Submit New Post</button>

正在加载...
取消
保存