diff options
author | Vitaly Takmazov | 2023-01-12 14:57:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-12 14:57:32 +0300 |
commit | bdf1c3c33827abe277f8ecbbc07de710a1f05c89 (patch) | |
tree | 2403b1b3d99ddd9bc40b976ea6db5a73302d86aa /src/main/resources/templates/views | |
parent | e7e5432aba9ae4cdba8a546969de0618968f8b57 (diff) |
Fix avatar update
Diffstat (limited to 'src/main/resources/templates/views')
-rw-r--r-- | src/main/resources/templates/views/settings_about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_about.html b/src/main/resources/templates/views/settings_about.html index 5e308671..ea906e0c 100644 --- a/src/main/resources/templates/views/settings_about.html +++ b/src/main/resources/templates/views/settings_about.html @@ -9,7 +9,7 @@ <p>About:<br/> <input type="text" name="descr" value="{{ userinfo.description }}" style="width: 100%;"/><br/> <small>Max. 255 symbols</small></p> - <p>Avatar: <input type="file" name="avatar"/><br/> + <p>Avatar: <input type="file" name="newAvatar"/><br/> <small>Recommendations: PNG, 96x96, <50Kb. Also, JPG and GIF supported.</small></p> <p><input type="hidden" name="page" value="about"/><input type="submit" value=" OK "/></p> </form> |