feat: Add subscriptions to admin site

This commit is contained in:
2024-09-29 23:35:18 +02:00
parent 2d20423736
commit a28b6ce4b3
4 changed files with 9 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
{{ search_form.as_p }}
<input class="btn" type="submit" value="Search" name="search">
</form>
{% if not place_found %}
{% if place_not_found %}
<p class="error">{% translate "Ort nicht gefunden" %}</p>
{% endif %}
{% include "fellchensammlung/lists/list-adoption-notices.html" %}