1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 06:18:05 +00:00
py-i2phosts/pyi2phosts/templates/search_results.html

7 lines
117 B
HTML
Raw Normal View History

2010-11-12 20:48:41 +00:00
{% extends "browse.html" %}
{% load i18n %}
2010-11-12 20:48:41 +00:00
{% block header %}
<h3>{% trans "Search results" %}</h3>
2010-11-12 20:48:41 +00:00
{% endblock %}