fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixing broken search form markup
[edumed.git]
/
edumed
/
templates
/
base_super.html
diff --git
a/edumed/templates/base_super.html
b/edumed/templates/base_super.html
index
211a6b7
..
a0dccf2
100644
(file)
--- a/
edumed/templates/base_super.html
+++ b/
edumed/templates/base_super.html
@@
-49,7
+49,7
@@
<div id="tagline">{% block tagline %}{% endblock %}</div>
<div id="search">
- <form action="">
+ <form action="
{% url 'haystack_search' None %}
">
<input name="q" placeholder="szukaj" /><button><span>→</span></button>
</form>
</div>