Show book details in modal dialog
With them shown in a modal, you don't lose your place in the pagination. If the request comes via Ajax, the minimal layout is used. If via a normal request, the full layout is used. That lets you open the details in a new tab and have the full experience, but if you're clicking through the results of a search, you can view many without losing your place.pull/221/head
parent
93dfb96174
commit
675e8dd5cd
@ -0,0 +1,4 @@
|
||||
<div class="container-fluid">
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
{% block js %}{% endblock %}
|
Loading…
Reference in New Issue