Fix current page underline
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 25s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 25s
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
{% extends 'base.jinja' %}
|
||||
|
||||
{% set active_page = "/users" %}
|
||||
|
||||
{% block title %}Formula 10 - Users{% endblock title %}
|
||||
|
||||
{% set active_page = "/users" %}
|
||||
{% set active_user = none %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<div class="card shadow-sm">
|
||||
|
||||
Reference in New Issue
Block a user