wip, claude + docker-compose modifications
This commit is contained in:
@@ -250,6 +250,7 @@
|
||||
<a href="{{ url_for('equipment.index') }}">{{ _('Equipment') }}</a>
|
||||
<a href="{{ url_for('sessions.index') }}">{{ _('Sessions') }}</a>
|
||||
<a href="{{ url_for('dashboard.index') }}">{{ _('Dashboard') }}</a>
|
||||
{% if current_user.role == 'admin' %}<a href="{{ url_for('admin.index') }}" style="color:#f9a825;">{{ _('Admin') }}</a>{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -304,6 +305,7 @@
|
||||
<a href="{{ url_for('equipment.index') }}">{{ _('Equipment') }}</a>
|
||||
<a href="{{ url_for('sessions.index') }}">{{ _('Sessions') }}</a>
|
||||
<a href="{{ url_for('dashboard.index') }}">{{ _('Dashboard') }}</a>
|
||||
{% if current_user.role == 'admin' %}<a href="{{ url_for('admin.index') }}" style="color:#f9a825;">{{ _('Admin') }}</a>{% endif %}
|
||||
<a href="{{ url_for('auth.profile') }}">{{ _('Profile') }}</a>
|
||||
<form method="post" action="{{ url_for('auth.logout') }}" style="padding:0;border:none;">
|
||||
<button type="submit">{{ _('Logout') }}</button>
|
||||
|
||||
Reference in New Issue
Block a user