diff options
Diffstat (limited to 'app/deals/templates')
-rw-r--r-- | app/deals/templates/deals/deal_detail.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/deals/templates/deals/deal_detail.html b/app/deals/templates/deals/deal_detail.html new file mode 100644 index 0000000..8ddb6d8 --- /dev/null +++ b/app/deals/templates/deals/deal_detail.html @@ -0,0 +1,3 @@ +<h4><a href="{{object.url}}">{{object.title|capfirst}} for ${{object.get_deal_price_pretty}} (${{object.dollars_off}} off)</a></h4> + + |