Browse Source

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

pull/1/head
Hidden Z 14 years ago
parent
commit
c546f70757
  1. 2
      pyi2phosts/templates/faq.html

2
pyi2phosts/templates/faq.html

@ -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…
Cancel
Save