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:
parent
30a856fdf9
commit
c546f70757
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user