mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Add options to profile
Upload profile picture Change username
This commit is contained in:
parent
8334b5cf98
commit
a1d0ac9f90
3 changed files with 29 additions and 3 deletions
|
@ -17,4 +17,14 @@
|
|||
<div class="settings-content">
|
||||
<h1>Gwa Gwa</h1>
|
||||
</div>
|
||||
|
||||
<form method="POST" action="{{ url_for('api.user_picture', user_id=current_user.id) }}" enctype="multipart/form-data">
|
||||
<input type="file" name="file">
|
||||
<input type="submit" value="Upload">
|
||||
</form>
|
||||
|
||||
<form method="POST" action="{{ url_for('api.user_username', user_id=current_user.id) }}" enctype="multipart/form-data">
|
||||
<input type="text" name="name">
|
||||
<input type="submit" value="Upload">
|
||||
</form>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue