diff options
Diffstat (limited to 'app/planner')
-rw-r--r-- | app/planner/templates/planner/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/planner/templates/planner/list.html b/app/planner/templates/planner/list.html index f7417fe..7658352 100644 --- a/app/planner/templates/planner/list.html +++ b/app/planner/templates/planner/list.html @@ -13,7 +13,7 @@ <ul class="icons"> {% if object.has_water %}<li class="water">water</li>{% endif %} {% if object.has_dump %}<li class="water">dump</li>{% endif %} - {% if object.has_electric %}<li class="water">electrict</li>{% endif %} + {% if object.has_electric %}<li class="water">electric</li>{% endif %} </article>{% endfor %} </div> {% endblock %} |