Update 'xppl/templates/show_stack_detail.html'

This commit is contained in:
ccl 2019-01-30 20:55:49 +01:00
parent cbeeffb6fb
commit fef16a1680

View File

@ -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 %}