Commit 5eda8788 by tschmidt-dev

added wiki-article-sublist class to article_list macro template

parent 3493af17
{% load wiki_macro_tags %} {% load wiki_macro_tags %}
{% if article_children %} {% if article_children %}
<div class="well"> <div class="well wiki-article-list">
<h3>Articles</h3> <h3>Articles</h3>
<br/> <br/>
{% for child in article_children %} {% for child in article_children %}
......
{% load wiki_macro_tags %} {% load wiki_macro_tags %}
<p><a href="{% url wiki:get path=urlpath.path %}">{{ urlpath.article }}</a></p> <p><a href="{% url wiki:get path=urlpath.path %}">{{ urlpath.article }}</a></p>
<div class="wiki-article-list"> <div class="wiki-article-sublist">
<ul> <ul>
<li> <li>
{% for urlpath in urlpath.children.all %} {% 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