Browse Source

Minor - Changing url

Julio Montoya 11 years ago
parent
commit
44c7449ff9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      main/template/default/auth/login.tpl

+ 6 - 0
main/template/default/auth/login.tpl

@@ -0,0 +1,6 @@
+<form action="{{ path('check-login') }}" method="post">
+    {{ error }}
+    <input type="text" name="username"  />
+    <input type="password" name="password" value="" />
+    <input type="submit" />
+</form>