fixes
CI / build (20.x, 3.12) (push) Failing after 20s
CI / build (20.x, 3.13) (push) Failing after 11s
CI / build (20.x, 3.14) (push) Failing after 14s

This commit is contained in:
Arthur
2026-03-09 13:08:58 -07:00
parent 819d637efc
commit 9c5a0d5297
2 changed files with 2 additions and 0 deletions
@@ -1,4 +1,5 @@
{% extends 'generic/object.html' %}
{% load i18n %}
{% block title %}{% trans "Permission" %} {{ object.name }}{% endblock %}
{% block subtitle %}{% endblock %}
+1
View File
@@ -1,3 +1,4 @@
{% extends 'generic/object.html' %}
{% load i18n %}
{% block title %}{% trans "Token" %} {{ object }}{% endblock %}