Add back tipue_search and make some stuff english

This commit is contained in:
David Todd
2019-05-27 22:12:23 -05:00
parent 83ab93eadc
commit 5bb9837e6c
5 changed files with 628 additions and 27 deletions

17
templates/search.html Normal file
View File

@@ -0,0 +1,17 @@
{% extends "base.html" %}
{% block title %}Search results{% endblock %}
{% block description %}{% endblock %}
{% include 'common_seo.html' %}
{% block content %}
<div class="uk-width-medium-4-5">
<h1 class="uk-heading-large">Search results</h1>
<div id="tipue_search_content"></div>
</div>
{% endblock %}