pull/1/head
Raphaël Vinot 2017-09-07 13:40:42 +02:00
parent b059c7b1f3
commit 2010ccfd56
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{% block content %} {% block content %}
<center> <center>
<h2><a href="{{ url_for('scrap') }}">Scrap a page</a></h2></br></br> <h2><a href="{{ url_for('scrape') }}">Scrape a page</a></h2></br></br>
</center> </center>
<center> <center>
{% for id, page_title in titles %} {% for id, page_title in titles %}

View File

@ -1,9 +1,9 @@
{% extends "main.html" %} {% extends "main.html" %}
{% block title %}Scrap{% endblock %} {% block title %}Scrape{% endblock %}
{% block content %} {% block content %}
<div class="container"> <div class="container">
<h1>Scrap a page</h1> <h1>Scrape a page</h1>
<form class="form-inline" role="form" action="scrap" method=post> <form class="form-inline" role="form" action="scrap" method=post>
<div class="form-group"> <div class="form-group">