bring back the badge editor
This commit is contained in:
@@ -72,9 +72,12 @@
|
||||
</form>
|
||||
</fieldset>#}
|
||||
<fieldset class="plank">
|
||||
<bitty-8 data-connect="/static/js/bits/badge-editor.js"></bitty-8>
|
||||
<legend>Badges</legend>
|
||||
<div>Loading badges…</div>
|
||||
<div>If badges fail to load, make sure JS is enabled.</div>
|
||||
<form method="POST" action="{{url_for('users.save_badges', username=get_active_user().username)}}" data-listen="submit" data-r="badgeEditorInit" enctype="multipart/form-data">
|
||||
<p>Loading badges…</p>
|
||||
<p>If badges fail to load, make sure JS is enabled.</p>
|
||||
</form>
|
||||
</fieldset>
|
||||
{%- if user.can_invite() -%}
|
||||
<fieldset class="plank" id="invite">
|
||||
|
||||
Reference in New Issue
Block a user