Commit 0a273eeb by Bridger Maxwell

Forgot a file in last commit, list.html

parent 92ab1327
{% extends "wiki/article.html" %}
{% load wiki_tags i18n sekizai_tags %}
{% load url from future %}
{% block pagetitle %}{% trans "Children of" %} {{ article.current_revision.title }}{% endblock %}
{% block wiki_contents_tab %}
<ul>
{% for child in children %}
<li>
<a href="{% url 'wiki:get' child.path %}"> {{ child.article.current_revision.title }} </a>
</li>
{% endfor %}
</ul>
{% include "wiki/includes/pagination.html" %}
{% endblock %}
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