diff options
author | Aaron Williamson <aaron@copiesofcopies.org> | 2013-03-06 09:09:39 -0500 |
---|---|---|
committer | Aaron Williamson <aaron@copiesofcopies.org> | 2013-03-06 09:09:39 -0500 |
commit | 10172772b9a2ee0f983e4fb4f6704df1b4cda1a0 (patch) | |
tree | e4fe5f3439fe77457df8c206f9fa3da620faf8c2 /stashbox/templates/user_add.html | |
parent | ead326438fcb3eafc152129952847aeddbcce923 (diff) |
removed unneeded templates
Diffstat (limited to 'stashbox/templates/user_add.html')
-rw-r--r-- | stashbox/templates/user_add.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/stashbox/templates/user_add.html b/stashbox/templates/user_add.html deleted file mode 100644 index a916386..0000000 --- a/stashbox/templates/user_add.html +++ /dev/null @@ -1,25 +0,0 @@ -$def with (users, form) - -<div class="main"> - - <table class="itemlist"> - <tr> - <th>User</th> - <th>Password</th> - </tr> - $for user in users: - <tr> - <td>$user.username</td> - <td>$user.password</td> - </tr> - </table> - -</div> - -<div class="right"> - - <form action="" method="post"> - $:form.render() - </form> - -</div> |