jfinn 5 dni temu
rodzic
commit
afa9babdef
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7
    0
      wsps/templates/post.html

+ 7
- 0
wsps/templates/post.html Wyświetl plik

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>

Ładowanie…
Anuluj
Zapisz