Browse Source

post

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

+ 1
- 1
wsps/templates/post.html View File

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

Loading…
Cancel
Save