Add translation capability
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
vim: ts=2 noexpandtab
|
||||
-->
|
||||
{% extends "index.html" %}
|
||||
{% block title %}{{ super() }} - Results{% endblock%}
|
||||
{% block title %}{{ super() }} - {{ _("Results") }}{% endblock%}
|
||||
{% set active_page = "search" %}
|
||||
{% block content %}
|
||||
<link href="{{ url_for("static", filename="css/details.css") }}" rel="stylesheet">
|
||||
|
Reference in New Issue
Block a user