1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-02-03 02:14:26 +00:00

Add template for search results

This commit is contained in:
Hidden Z 2010-11-12 20:48:41 +00:00
parent 9c4f778099
commit 52f4bc15e1

View File

@ -0,0 +1,5 @@
{% extends "browse.html" %}
{% block header %}
<h3>Search results</h3>
{% endblock %}