web: remove pf-c-card-aggregate

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-23 16:05:37 +01:00
parent 068d281b19
commit 33787d0685
9 changed files with 14 additions and 23 deletions

View File

@ -1,10 +1,10 @@
{% load static %}
{% load i18n %}
<!doctype html> <!-- Important: must specify -->
<!doctype html>
<html>
<head>
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 charecters -->
<meta charset="utf-8">
<script type="module" src="{% static 'dist/rapidoc-min.js' %}"></script>
<title>{% block title %}{% trans title|default:config.authentik.branding.title %}{% endblock %}</title>
</head>