You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

post.html 310B

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