This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/templates/manage/users/master.twig

5 lines
125 B
Twig

{% extends 'manage/master.twig' %}
{% if site_link is not defined %}
{% set site_link = url('user-list') %}
{% endif %}