Update 'xppl/templates/show_stack_detail.html'
This commit is contained in:
parent
cbeeffb6fb
commit
fef16a1680
@ -19,7 +19,7 @@
|
||||
{% for book in stack.books %}
|
||||
{% if loop.length >= 5 %}
|
||||
{% if loop.index == 6 %}
|
||||
<p style='color:red;'>Your stack is getting a little too big. Are these next books really relevant?</p>
|
||||
<p style='color:red;'>Your stack is getting a little big. Proceed.</p>
|
||||
<br>
|
||||
<br>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user