Sergey Fedoseev пре 10 година
родитељ
комит
ea641607e3
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/templates/add_contact_form.html
  2. 1 1
      src/templates/search_contact.html

+ 1 - 1
src/templates/add_contact_form.html

@@ -6,4 +6,4 @@
             placeholder="{{label_contact_username}}"/>
         <button type="submit">{{label_add}}</button>
     </form>
-<li>
+</li>

+ 1 - 1
src/templates/search_contact.html

@@ -6,4 +6,4 @@
             placeholder="{{label_contact_name}}"/>
         <button type="submit">{{label_search}}</button>
     </form>
-<li>
+</li>