Pārlūkot izejas kodu

Fix error in sources template

master
Chris Smith 14 gadus atpakaļ
vecāks
revīzija
f25b08e9cf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/index.html

+ 1
- 1
src/index.html Parādīt failu

@@ -90,7 +90,7 @@
90 90
             <form action="/addaccount" method="post">
91 91
                 <label>Type:
92 92
                    <select name="type">
93
-                        {% for account in sources %}
93
+                        {% for source in sources %}
94 94
                         <option value="{{ source.key|escape }}">{{ source.name|escape }}</option>
95 95
                         {% endfor %}
96 96
                    </select>

Notiek ielāde…
Atcelt
Saglabāt