jfinn 2ヶ月前
コミット
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>

読み込み中…
キャンセル
保存