GITLAB

qijun / newdist

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • newdist
  • ControlUI
  • app
  • templates
  • login.html
  • 1f1943eb   initial commit Browse Code ยป
    qijun
    2016-01-06 21:41:27 +0800  
login.html 248 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}

{% block page_content %} 
    <div class="page-header">
         <h1>Login</h1>
    </div>

    <div class="col-md-4">
         {{ wtf.quick_form(form) }}
    </div>
{% endblock %}