finish moving wish list "withs"
parent
6e4f8fe3d7
commit
5b1f3380b6
|
@ -1,7 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load endless %}
|
||||
{% load lang_utils %}
|
||||
{% with request.user.wishlist.works.all as wishlist %}
|
||||
|
||||
{% block title %} Active Campaigns {% endblock %}
|
||||
{% block extra_css %}
|
||||
|
@ -106,4 +105,3 @@ location.hash = "#2";
|
|||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endwith %}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{% with request.user.wishlist.works.all as wishlist %}
|
||||
<h3><span>{% if faqmenu %}You might also like...{% else %}Our most-loved books{% endif %}</span></h3>
|
||||
<div class="jsmod-content">
|
||||
<div id="js-slideshow">
|
||||
|
@ -24,4 +23,3 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endwith %}
|
|
@ -1,7 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load endless %}
|
||||
{% load lang_utils %}
|
||||
{% with request.user.wishlist.works.all as wishlist %}
|
||||
|
||||
{% block title %} Ready-to-Read Works {% if pub_lang %} in {{pub_lang|ez_lang_name}}{% endif %}{% endblock %}
|
||||
{% block extra_css %}
|
||||
|
@ -101,4 +100,3 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endwith %}
|
|
@ -1,7 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load endless %}
|
||||
{% load lang_utils %}
|
||||
{% with request.user.wishlist.works.all as wishlist %}
|
||||
|
||||
{% block title %} Works {% endblock %}
|
||||
{% block extra_css %}
|
||||
|
@ -168,4 +167,3 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endwith %}
|
||||
|
|
Loading…
Reference in New Issue