mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 22:38:08 +00:00
e3416c090e
Also update success_submission.html a little.
7 lines
117 B
HTML
7 lines
117 B
HTML
{% extends "browse.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block header %}
|
|
<h3>{% trans "Search results" %}</h3>
|
|
{% endblock %}
|