Add background to invalid invite page

This commit is contained in:
Jonas Schäfer
2021-01-28 15:00:57 +01:00
parent 350fd29622
commit 7028770f40

View File

@@ -1,4 +1,5 @@
{% extends "invite.html" %}
{% set body_id = "invite" %}
{% block content %}
<div class="elevated box el-3">
<h1>{% trans site_name=config["SITE_NAME"] %}Invite to {{ site_name }}{% endtrans %}</h1>