Browse Source

post

master
jfinn 5 days ago
parent
commit
afa9babdef
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      wsps/templates/post.html

+ 7
- 0
wsps/templates/post.html View File

@@ -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>

Loading…
Cancel
Save