mirror of https://github.com/CIRCL/lookyloo
Fix typo
parent
b059c7b1f3
commit
2010ccfd56
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% block content %}
|
||||
<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>
|
||||
{% for id, page_title in titles %}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{% extends "main.html" %}
|
||||
{% block title %}Scrap{% endblock %}
|
||||
{% block title %}Scrape{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<h1>Scrap a page</h1>
|
||||
<h1>Scrape a page</h1>
|
||||
|
||||
<form class="form-inline" role="form" action="scrap" method=post>
|
||||
<div class="form-group">
|
Loading…
Reference in New Issue