aboutsummaryrefslogtreecommitdiff
path: root/r7r_repo/templates/src/register.html
blob: 5d89a712e8a03850096d1259803412da9b4f93da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<ste:load name="master.html" />
<ste:block name="content">
	<ste:default_error />
	<ste:default_success />
	
	<form action="$rel_path_to_root/register" method="POST" accept-charset="UTF-8">
		<h2>Register for a new account</h2>
		<strong>Username:</strong> <input type="text" name="username" /><br />
		<strong>Password:</strong> <input type="password" name="password" /><br />
		<input type="submit" name="register" />
	</form>
</ste:block>