瀏覽代碼

Modifiche di cui verrà eseguito il commit:
eliminato: database/__pycache__/views.cpython-311.pyc
modificato: database/templates/sql.database.edit.html

File non tracciati:
.gitignore

mauro 1 年之前
父節點
當前提交
c51b30427a
共有 2 個文件被更改,包括 0 次插入1 次删除
  1. 二進制
      database/__pycache__/views.cpython-311.pyc
  2. 0 1
      database/templates/sql.database.edit.html

二進制
database/__pycache__/views.cpython-311.pyc


+ 0 - 1
database/templates/sql.database.edit.html

@@ -36,7 +36,6 @@
 	<label for='server'>Server Assegnato</label>
 	<select name='server' id='server' class='form-control'>
         {% for s in sqlserver %}
-
           <option value='{{ s.id }}' {% if s.id|stringformat:'s' == formsqldatabase.server.value|stringformat:'s'  %}selected{% endif %}>{{s.id}}: {{ s.nome }}</option>
         {% endfor %}
       </select>