Revert to 71858c6020
This commit is contained in:
@ -2,12 +2,8 @@
|
||||
vim: ts=2 noexpandtab
|
||||
-->
|
||||
{% extends "index.html" %}
|
||||
{% block title %}{{ super() }} - Search{% endblock%}
|
||||
{% set active_page = "search" %}
|
||||
{% block title %}{{ super() }} - Create{% endblock%}
|
||||
{% set active_page = "create" %}
|
||||
{% block content %}
|
||||
<link href="{{ url_for("static", filename="css/search.css") }}" rel="stylesheet">
|
||||
<form id="tfnewsearch" method="get" action="search">
|
||||
<input type="text" class="tftextinput" name="torrent_name">
|
||||
<input type="submit" value="{{ getLocalString("english", "search") }}" class="tfbutton">
|
||||
</form>
|
||||
<p>CREATE</p>
|
||||
{% endblock content%}
|
||||
|
Reference in New Issue
Block a user