Commit 3493af17 by tschmidt-dev

added wiki-article-list class to article_list macro template

parent 5a3c029c
{% load wiki_macro_tags %}
<p><a href="{% url wiki:get path=urlpath.path %}">{{ urlpath.article }}</a></p>
<div>
<div class="wiki-article-list">
<ul>
<li>
{% for urlpath in urlpath.children.all %}
......
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