~yeliabmas/sloecode/wiki_mvp

« back to all changes in this revision

Viewing changes to sloecode/controllers/project.py

  • Committer: Sam Bailey
  • Date: 2012-07-11 22:42:42 UTC
  • Revision ID: yeliabmas@gmail.com-20120711224242-kcdretmyido1yrtd
Preview working except for source code, where style is not applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
                log.info("Path: " + path)
216
216
 
217
217
                #Go through the WikkidApp for static files, the favicon or when saving a file
218
 
                if (path.startswith('/static/')) or (adapter is None) or (path.endswith('/+save')):
 
218
                if (path.startswith('/static/')) or (adapter is None):
219
219
                    return app(environ, self.start_response)
220
220
            
221
221
                result = adapter.get_page_fragments(app, environ)