mirror of https://github.com/CIRCL/lookyloo
Fix typo
parent
b059c7b1f3
commit
2010ccfd56
|
@ -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 %}
|
||||||
|
|
|
@ -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">
|
Loading…
Reference in New Issue