浏览代码

post

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

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

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

正在加载...
取消
保存