PageRenderTime 19ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/templates/workflow/sharing.mako

https://bitbucket.org/cistrome/cistrome-harvard/
Mako | 13 lines | 10 code | 3 blank | 0 comment | 3 complexity | d8ee7560cdc8029bec93cd1b9b7c5c23 MD5 | raw file
  1. <%inherit file="/sharing_base.mako"/>
  2. <%def name="init()">
  3. <%
  4. parent.init()
  5. self.active_view="workflow"
  6. %>
  7. </%def>
  8. <%def name="center_panel()">
  9. ${parent.body()}
  10. </%def>