Browse Source

Remove search section from dashboard as it is currently nonexistent in the latest version.

pull/40/head
Michael Foster 11 years ago
parent
commit
34dc31c50e
  1. 2
      templates/mod/dashboard.html

2
templates/mod/dashboard.html

@ -101,6 +101,7 @@
</ul>
</fieldset>
{#
<fieldset>
<legend>{% trans 'Search' %}</legend>
@ -115,6 +116,7 @@
</li>
</ul>
</fieldset>
#}
{% if config.debug %}
<fieldset>

Loading…
Cancel
Save