kopie van
https://github.com/ae-utbm/sith.git
synced 2025-09-16 21:13:50 +00:00
Add news system, still miss nices templates and moderation tools
This commit is contained in:
15
com/templates/com/news_detail.jinja
Normal file
15
com/templates/com/news_detail.jinja
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "core/base.jinja" %}
|
||||
|
||||
{% block title %}
|
||||
{% trans %}News{% endtrans %} -
|
||||
{{ object.title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h3>{% trans %}News{% endtrans %}</h3>
|
||||
{{ object }}
|
||||
{{ object.dates.all() }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
Verwijs in nieuw issue
Block a user