Commit 23282525 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Create select searchtype in html template (sopds_logo.html)

parent b8479245
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

from django.conf.urls import url
from opds_catalog import feeds, views, dl
from opds_catalog import feeds, dl

urlpatterns = [
    url(r'^catalogs/$',feeds.CatalogsFeed(), name='catalogs'),
+1 −0
Original line number Diff line number Diff line
<br/>
<br/>
<h4 id="texter"> Это тестовый текст </h4>
<br/>
<br/>
<ul class="pagination" role="navigation" aria-label="Pagination">
Loading