welcome to osu!
This commit is contained in:
parent
437e3c1039
commit
b041779ebb
15 changed files with 115 additions and 83 deletions
_sakura/templates/yuuno/settings
|
@ -9,6 +9,9 @@
|
|||
</div>
|
||||
<div>
|
||||
<input type="file" name="avatar" />
|
||||
<div style="font-size: .8em;">
|
||||
(Leave upload box empty to remove avatar)
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<input type="submit" value="Submit" name="submit" class="inputStyling" />
|
||||
|
|
|
@ -9,7 +9,15 @@
|
|||
</div>
|
||||
<div>
|
||||
<input type="file" name="background" />
|
||||
<div style="font-size: .8em;">
|
||||
(Leave upload box empty to remove background)
|
||||
</div>
|
||||
</div>
|
||||
{% if user.checkPremium[0] %}
|
||||
<div style="padding: 10px;">
|
||||
<input type="checkbox" name="sitewide" id="swbgbtn" /><label for="swbgbtn"> Display background sidewide when logged in</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div>
|
||||
<input type="submit" value="Submit" name="submit" class="inputStyling" />
|
||||
</div>
|
||||
|
|
Reference in a new issue