Add page that adds a group.
[demoscenemusic.git] / src / main / resources / templates / login
index 0e28702..c211304 100644 (file)
@@ -1,8 +1,8 @@
-<%include include/header title=="Artists">
+<%include include/header title=="Login">
 
 <h1>Login</h1>
 
-<form action="login" method="post">
+<form action="login" method="post" accept-charset="utf-8">
 
        <label>Username: <input type="text" name="username" value=""/></label>
        <label>Password: <input type="password" name="password" value=""/></label>