uncapitalize searx in templates

This commit is contained in:
Noémi Ványi 2016-08-15 17:12:43 +02:00
parent 104cdb7d03
commit 4bd44cd98f
11 changed files with 31 additions and 31 deletions

View file

@ -1,7 +1,7 @@
{% extends "pix-art/base.html" %}
{% block content %}
<div class="center">
<div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="Searx Logo"/></h1></div>
<div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="searx Logo"/></h1></div>
{% include 'pix-art/search.html' %}
<p class="top_margin">
<a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>