Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
issue #44 edit complete
Browse files Browse the repository at this point in the history
  • Loading branch information
JimJeon committed Mar 6, 2016
1 parent 9766929 commit 944d020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/_includes/manager/photo.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<FORM METHOD=POST ENCTYPE="multipart/form-data">
File to upload: <INPUT TYPE=FILE NAME="upfile" accept="image/*"><p>
File to upload: <INPUT TYPE=FILE NAME="upfile" accept="image/*"><BR>
<INPUT TYPE=SUBMIT VALUE="Submit">
</FORM>
<form method="POST" action="/delete_photo/">
Expand Down
4 changes: 2 additions & 2 deletions user.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ def withdraw_manager(logged_in_user):

return render_template(
"manager.html",
manager__right_html_for_menu="_includes/manager/withdrawal.html",
currently_logged_in_user=username,
manager__right_html_for_menu="_includes/manager/withdrawal.html",
currently_logged_in_user=username,
)

def delete_user():
Expand Down

0 comments on commit 944d020

Please sign in to comment.