~widelands-dev/widelands-website/css_border

« back to all changes in this revision

Viewing changes to pybb/templates/pybb/last_posts.html

  • Committer: franku
  • Date: 2019-03-21 06:47:41 UTC
  • mfrom: (526.1.15 latest_posts)
  • Revision ID: somal@arcor.de-20190321064741-9aeanwoiemla70w0
added a view to show more latest posts

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
                                        by {{ post.user|user_link }} {{ post.created|minutes }} ago
16
16
                                </li>
17
17
                        {% endfor %}
 
18
                        <li class="small">
 
19
                                <a href="{% url 'all_latest_posts' %}">More latest posts</a>
 
20
                        </li>
18
21
                </ul>
19
22
        </div>
20
23
</div>