1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-08-26 21:52:40 +00:00

templates/faq.html: add "_list" to "sources"

This commit is contained in:
Hidden Z 2010-11-06 19:04:14 +00:00
parent 30a856fdf9
commit c546f70757

View File

@ -5,7 +5,7 @@
<ol> <ol>
<li>Pulling from external sources: <li>Pulling from external sources:
<ul> <ul>
{% for source in sources %} {% for source in sources_list %}
<li>{{ source.url }}</li> <li>{{ source.url }}</li>
{% endfor %} {% endfor %}
</ul> </ul>