|
@@ -20,7 +20,7 @@
|
20
|
20
|
{% block modal %}{% endblock %}
|
21
|
21
|
|
22
|
22
|
<form class="titlebar container" action="{% url "search" %}">
|
23
|
|
- <a class="page-logo" href="/"><img style="border-radius: 25%;" src="{{ settings.page_image.url }}" alt="Logo" title="{{ title }}"></a>
|
|
23
|
+ <a class="page-logo" href="/"><img src="{{ settings.page_image.url }}" alt="Logo" title="{{ title }}"></a>
|
24
|
24
|
<span class="title_hide">{{ title }}</span>
|
25
|
25
|
<input type="text" placeholder="{% trans "Search..." %}" name="q">
|
26
|
26
|
</form>
|