Browse Source

Merge pull request #261 from 2DU/master

Master
ect (or 2du) 8 years ago
parent
commit
a3e681d4e8
2 changed files with 3 additions and 0 deletions
  1. 2 0
      app.py
  2. 1 0
      views/acme/css/bootstrap-reset.css

+ 2 - 0
app.py

@@ -1242,6 +1242,8 @@ def set_edit_filter(name = None):
         day = '<option value="00">차단 X</option>'
         if(exist[0][1] == 'X'):
             day += '<option value="09" selected>영구</option>'
+        else:
+            day += '<option value="09">영구</option>'
 
         for i in range(0, 32):
             if(str(i) == end_data[0]):

+ 1 - 0
views/acme/css/bootstrap-reset.css

@@ -590,6 +590,7 @@ not_del {
     padding: 20px;
     font-size: 15px;
     margin-top: 20px;
+    margin-bottom: 20px;
 }
 
 #toc-name {