소스 검색

Changed the url in the test template

Roland Haroutiounian 8 년 전
부모
커밋
9fe960c63c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      templates/test.html

+ 1
- 1
templates/test.html 파일 보기

@@ -1,7 +1,7 @@
1 1
 <html>
2 2
 <head></head>
3 3
 <body>
4
-    <form action="localhost:9090/admin?r=1&rand[]=7&rand[]=5" method="POST" enctype="multipart/form-data">
4
+    <form action="http://localhost:9090/admin?r=1&rand[]=7&rand[]=5" method="POST" enctype="multipart/form-data">
5 5
         <input type="text" name="re[]" value="3"><br />
6 6
         <input type="text" name="re[]" value="1"><br />
7 7
         <input type="text" name="val" value="8"><br />

Loading…
취소
저장