Skip to content

Commit

Permalink
fundraising
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Mar 10, 2016
1 parent 7f5613e commit d337ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chezbetty/templates/terminal/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ body {


{# Splash page saying we need people to pay us back. #}
{#<div id="splash" class="container">
<div id="splash" class="container">
<h1>Hi.</h1>
<h3>We know you like using Betty. We do too.<h3>
<h1>But this isn't a charity. Right now, people owe Betty a combined</h1>
<h1>But we need your help keeping the store afloat. Right now, people owe Betty a combined</h1>
<div>
<h1 style="font-size: 200px;">
<strong>{{ owed_by_users|format_debt|safe }}</strong>.
Expand All @@ -158,7 +158,7 @@ body {
<p>{{loop.index}}.&nbsp;{{ user.name }}&nbsp;{{ user.balance|format_debt|safe }}</p>
{% endfor %}
</div>
</div>#}
</div>



Expand Down

0 comments on commit d337ae6

Please sign in to comment.