Commit d7110c12 authored by nheoxoz's avatar nheoxoz

reversed list for announcements.html

parent 7b4ca723
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
{% block content %} {% block content %}
<p> <p>
Announcements:<br> Announcements:<br>
{% for a in announcements %} {% for a in announcements|slice:"::-1" %}
<a href="{{ a.get_absolute_url }}"> <a href="{{ a.get_absolute_url }}">
{{a.title}} by {{ a.author.first_name }} {{ a.author.last_name }} {{a.title}} by {{ a.author.first_name }} {{ a.author.last_name }}
</a><br> </a><br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment