added templates

This commit is contained in:
Sanj 2011-02-08 19:12:49 +05:30
parent 17372f3264
commit 46f32e8e4d
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
</head>
<body>
<div id="wrapper">
<form id="addFolderForm" action="" method="POST">
<table>
{{ form.as_table }}
<tr>
<td>
</td>
<td>
<input type="submit" value="Submit" />
</td>
</tr>
</table>
</form>
</div>
</body>
</html>

View File

@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
</head>
<body>
<div id="wrapper">
Thanks {{ username }}. Folder {{folder_name}} has been uploaded to {{category_name}} study.
</div>
</body>
</html>