mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-02 23:59:52 -04:00
unify public archive view
This commit is contained in:
parent
3288f8579b
commit
5e8c115f3f
3 changed files with 36 additions and 41 deletions
|
@ -232,7 +232,7 @@
|
|||
</div>
|
||||
</header>
|
||||
<br>
|
||||
<form action="{% url 'search-results' %}" method="get">
|
||||
<form action="{% url 'public-index' %}" method="get">
|
||||
<input name="q" type="text" placeholder="Search...">
|
||||
<button type="submit">Search</button>
|
||||
<button onclick="location.href='{% url 'public-index' %}'" type="button">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue