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
Hidden Z e3416c090e Add translation tags into all templates
Also update success_submission.html a little.
2011-02-19 13:26:28 +00:00

7 lines
117 B
HTML

{% extends "browse.html" %}
{% load i18n %}
{% block header %}
<h3>{% trans "Search results" %}</h3>
{% endblock %}