You've already forked snikket-web-portal
Add support for a profile change page
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div id="topbar">
|
||||
<header><a href="{{ url_for('user.index') }}"><span>{{ config["SNIKKET_DOMAIN"] }}</span></a></header>
|
||||
<div class="filler"></div>
|
||||
<nav class="usermenu">{{ user_info.username }}</nav>
|
||||
<nav class="usermenu">{{ user_info.display_name }}</nav>
|
||||
</div>
|
||||
<main>{% block content %}{% endblock %}</main>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user