Element p not allowed as child of element button in this context. (Suppressing further errors from this subtree.)
<form action="{% url search %}" class="">
<div class="input-append">
<input size="16"
placeholder='{% trans "Search" %}'
type="text"
name="q"
value="{{ request.REQUEST.q }}">
<button class="btn" type="submit"><p class="icon-search"></p>
</button>
</div>
</form>