Changeset - 6a4f13866fe6
[Not reviewed]
default
0 2 0
Mads Kiilerich - 11 years ago 2015-03-25 20:17:35
madski@unity3d.com
gists: add missing formencode.htmlfill import
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/controllers/admin/gists.py
Show inline comments
 
@@ -28,7 +28,7 @@ Original author and date, and relevant c
 
import time
 
import logging
 
import traceback
 
import formencode
 
import formencode.htmlfill
 

	
 
from pylons import request, response, tmpl_context as c, url
 
from pylons.controllers.util import redirect
kallithea/templates/admin/gists/new.html
Show inline comments
 
@@ -57,8 +57,8 @@
 
            ${h.submit('public',_('Create Public Gist'),class_="btn btn-mini")}
 
            ${h.reset('reset',_('Reset'),class_="btn btn-mini")}
 
            </div>
 
            ${h.end_form()}
 
            <script type="text/javascript">
 
          ${h.end_form()}
 
          <script type="text/javascript">
 
            var myCodeMirror = initCodeMirror('editor', '');
 

	
 
            //inject new modes
 
@@ -105,7 +105,7 @@
 
                    }
 
                }
 
            });
 
            </script>
 
          </script>
 
        </div>
 
    </div>
 

	
0 comments (0 inline, 0 general)