diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-01 16:58:57 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-01 16:58:57 -0800 |
commit | e09b40e4938e5559e47052b9a4b54c88755f5a66 (patch) | |
tree | 3790f709d5807efc4a5fcfe3d0a217a6e77f65b1 /python/fatcat_web/templates/release_search.html | |
parent | ec0d7f3b50390c2b9140ea954787d365b8d225ae (diff) | |
download | fatcat-e09b40e4938e5559e47052b9a4b54c88755f5a66.tar.gz fatcat-e09b40e4938e5559e47052b9a4b54c88755f5a66.zip |
"Search all Releases"
Diffstat (limited to 'python/fatcat_web/templates/release_search.html')
-rw-r--r-- | python/fatcat_web/templates/release_search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/release_search.html b/python/fatcat_web/templates/release_search.html index a7dc3c80..273228a1 100644 --- a/python/fatcat_web/templates/release_search.html +++ b/python/fatcat_web/templates/release_search.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block body %} -<h1>Article Search</h1> +<h1>Search all Releases</h1> <form class="" role="search" action="/release/search" method="get"> <div class="ui form"> <div class="ui action input huge fluid"> |