Procházet zdrojové kódy

add an include for __common__/aboutext.html to extend about.html

Thomas Renard před 7 roky
rodič
revize
b31f264f0d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      searx/templates/__common__/about.html

+ 1
- 0
searx/templates/__common__/about.html Zobrazit soubor

60
 <p><a href="{{ url_for('stats') }}">Stats page</a> contains some useful data about the engines used.</p>
60
 <p><a href="{{ url_for('stats') }}">Stats page</a> contains some useful data about the engines used.</p>
61
 
61
 
62
 </div>
62
 </div>
63
+{% include "__common__/aboutextend.html" ignore missing %}