浏览代码

Upload files to 'templates/admin'

Добавлены новые кнопки с цветами
david berlinskiy 1 年之前
父节点
当前提交
484ae3962d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      templates/admin/change_colors.html

+ 3 - 0
templates/admin/change_colors.html

@@ -17,6 +17,9 @@
     <div class="input-group mb-3">
     <div class="input-group mb-3">
       <label for="{{form.pillsBg.id_for_label}}">{{form.pillsBg.label}}: </label>{{form.pillsBg}}
       <label for="{{form.pillsBg.id_for_label}}">{{form.pillsBg.label}}: </label>{{form.pillsBg}}
     </div>
     </div>
+    <div class="input-group mb-3">
+      <label for="{{form.pillspillsTxt.id_for_label}}">{{form.pillsTxt.label}}: </label>{{form.pillsTxt}}
+    </div>
     <div class="input-group mb-3">
     <div class="input-group mb-3">
       <label for="{{form.linksTxt.id_for_label}}">{{form.linksTxt.label}}: </label>{{form.linksTxt}}
       <label for="{{form.linksTxt.id_for_label}}">{{form.linksTxt.label}}: </label>{{form.linksTxt}}
     </div>
     </div>