소스 검색

post

master
jfinn 4 일 전
부모
커밋
65f8d02321
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      wsps/templates/post.html

+ 1
- 1
wsps/templates/post.html 파일 보기

@@ -1,6 +1,6 @@
1 1
 <!-- templates/post.html -->
2 2
 <h1>Create Post Page</h1>
3
-<form method="post" enctype="multipart/form-data" action="/jstp_dev5">
3
+<form method="post" enctype="multipart/form-data" action="/djc_srv/jstp_dev5">
4 4
 <!-- <form method="post" enctype="multipart/form-data" action="/djc_srv_v2/jstp_dev5"> -->
5 5
   {% csrf_token %}
6 6
   {{ form.as_p }}

Loading…
취소
저장