~yeliabmas/sloecode/wiki-file-creation

« back to all changes in this revision

Viewing changes to sloecode/controllers/project.py

  • Committer: Sam Bailey
  • Date: 2012-06-28 08:50:24 UTC
  • Revision ID: yeliabmas@gmail.com-20120628085024-m4xfdwppgr5m5lu2
Completed edit template, and added new child template for all text-based views

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
                #Get template location from result['template']
224
224
                return self.render(result['template'],
225
225
                       {'project': existing_project,
226
 
                        'file': result})
 
226
                        'fragments': result})
227
227
                    
228
228
                return result
229
229