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.
12345678 |
- <!-- templates/post.html -->
- <h1>Create Post Page</h1>
- <form method="post" enctype="multipart/form-data" action="/jstp_dev5">
- <!-- <form method="post" enctype="multipart/form-data" action="/djc_srv_v2/jstp_dev5"> -->
- {% csrf_token %}
- {{ form.as_p }}
- <button type="submit">Submit New Post</button>
- </form>
|