Go ahead and find some books to give to the world, and add them to your Wishlist!
We double dog dare you...
Nudge, nudge, say no more. {% endifequal %} {% else %}
{{ work.author|truncatewords:3 }}
Status: {{ work.last_campaign_status }}
100%
{% extends "base.html" %} {% block title %} — {{ supporter.username }}{% endblock %} {% block extra_head %} {% endblock %} /* To do: tidy: remove unnecessary divs copy-pasted over from standalone version decide how many panels go in a row & space appropriately (do we have guidance from stefan?) I did 5 across by shaving one pixel off each (143-142) but don't like what it's done to white space incorporate book panel css into other css & clean up make this part of supporter page; figure out swap logic remove unneeded view icon make js work how to handle overlong author/titles? Am using truncatewords; truncatechars is better but not available in my version of Django really want to limit the number of lines. but css with hidden overflow might be weird. show on hover? need these boxes to have fixed height anyway because it looks weird with status at different heights */ {% block topsection %}
{{ work.author|truncatewords:3 }}
Status: {{ work.last_campaign_status }}
100%