GITLAB

qijun / newdist

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

{% block page_content %}
    <div class="page-header">
         <h1>抓取数据</h1>
    </div>

    <div class="col-md-4">
         {{ wtf.quick_form(form_1) }}
         <br/>
         <br/>

         {{ wtf.quick_form(form_2) }}
    </div>
{% endblock %}