Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / opensipkd-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • opensipkd-base
  • opensipkd
  • base
  • views
  • templates
  • upload.pt
  • aagusti's avatar
    perbaikan user login dan csrf · b4a33dce
    aagusti committed Mar 01, 2024
    b4a33dce
upload.pt 360 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<html metal:use-macro="load: main.pt">

<!-- content -->
<div metal:fill-slot="content">

  <div class="row">

    <div class="panel panel-default">

      <div class="panel-body">
        <div class="col-md-10 col-md-offset-1">
          <div tal:content="structure form"/>
        </div>
      </div>
    </div>
  </div>

</div>
<!-- end content -->

</html>