1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-02-08 21:04:17 +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>
<li>Pulling from external sources:
<ul>
{% for source in sources %}
{% for source in sources_list %}
<li>{{ source.url }}</li>
{% endfor %}
</ul>