custom profile card themes
colours are all stored in the member table so they can be personal. maybe the form can be expanded so hex codes can be copy pasted between member profiles. idc about that rn though. also the style tag inside the index.html and full.html will flag a gazillion errors in vscode or any competent editor because it isnt technically valid css but ignore all of that. god bless
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
{% if g.user %}
|
||||
<div class="heading">Manage</div>
|
||||
<div class="navitem">> <a href="{{ url_for('manage.new') }}">Add New Member</a></div>
|
||||
<div class="navitem">> <a href="">Profile Themes</a></div>
|
||||
{% endif %}
|
||||
|
||||
<div class="heading">Administration</div>
|
||||
|
||||
Reference in New Issue
Block a user