mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
Adds missing template
This commit is contained in:
parent
5172f67c35
commit
4a89a9ec88
1 changed files with 15 additions and 0 deletions
15
bookwyrm/templates/about/impressum.html
Normal file
15
bookwyrm/templates/about/impressum.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{% extends 'about/layout.html' %}
|
||||||
|
{% load i18n %}
|
||||||
|
|
||||||
|
{% block title %}{% trans "Impressum" %}{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
{% block about_content %}
|
||||||
|
<div class="block content">
|
||||||
|
<h2>{% trans "Impressum" %}</h2>
|
||||||
|
<div class="content">
|
||||||
|
{{ site.impressum | safe }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% endblock %}
|
Loading…
Reference in a new issue