diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-10 08:01:08 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-16 13:51:43 +0200 |
| commit | f94dc19857cec3cc9d8443228454b7e264fffa0e (patch) | |
| tree | 8199a6bafd87318b94165bbb1570c8be83da0a4b /ishtar_common/templates/ishtar/blocks | |
| parent | 2283d0056155265bb2fbf9cc8c9f10e71355d1ee (diff) | |
| download | Ishtar-f94dc19857cec3cc9d8443228454b7e264fffa0e.tar.bz2 Ishtar-f94dc19857cec3cc9d8443228454b7e264fffa0e.zip | |
✨ display forum entries: activate/deactivate by user profile - profile form: edit news/forum display
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/news_feed.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/news_feed.html b/ishtar_common/templates/ishtar/blocks/news_feed.html new file mode 100644 index 000000000..63524303a --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/news_feed.html @@ -0,0 +1,5 @@ +{% load i18n %} +{% if news_feed %}<div class="container card p-3"> + <h3><i class="fa fa-newspaper-o" aria-hidden="true"></i> {% trans "Latest forum entries" %}</h3> + {{ news_feed|safe }} +</div>{% endif %} |
