Fix identation and missing trans
This commit is contained in:
parent
6b87efa507
commit
533bc1760e
7 changed files with 54 additions and 34 deletions
|
@ -1,4 +1,7 @@
|
|||
{% if 'tipue_search' in PLUGINS %} {% extends 'base.html' %} {% block title %} {{ _('Search') }} - {{ SITENAME|striptags }} {% endblock title %} {% block content %}
|
||||
{% if 'tipue_search' in PLUGINS %}
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}{{ _('Search') }} - {{ SITENAME|striptags }}{% endblock title %}
|
||||
{% block content %}
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('#tipue_search_input').tipuesearch({
|
||||
|
@ -15,5 +18,5 @@
|
|||
</header>
|
||||
<div id="tipue_search_content"></div>
|
||||
</article>
|
||||
|
||||
{% endblock content %} {% endif %}
|
||||
{% endblock content %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue