mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
fix active_child name
This commit is contained in:
parent
bd8dc97d86
commit
859875c968
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{% extends "base.html" %}
|
||||
{% endif %} %}
|
||||
{% from 'bootstrap/form.html' import render_form %}
|
||||
{% set active_child = 'admin_users' %}
|
||||
{% set active_child = 'admin_users_trash' %}
|
||||
|
||||
{% block app_content %}
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue