E-Mails: aside-Tag durch small-Tag ersetzt

This commit is contained in:
2021-07-28 22:59:31 +02:00
parent e865299a2a
commit c5371af7c9
+2 -2
View File
@@ -29,9 +29,9 @@
<h2>{% block header %}{% endblock %}</h2> <h2>{% block header %}{% endblock %}</h2>
{% block content %}{% endblock %} {% block content %}{% endblock %}
<hr> <hr>
<aside style="color: #777777"> <small>
Diese E-Mail wurde automatisch versandt. Eine Antwort ist nicht nötig. Diese E-Mail wurde automatisch versandt. Eine Antwort ist nicht nötig.
</aside> </small>
</body> </body>
</html> </html>