Skip to content

Commit

Permalink
Bold some stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjbowers committed Feb 28, 2013
1 parent d8a11e8 commit b9fe101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fdic/templates/detail.html
Expand Up @@ -4,7 +4,7 @@
<h1>{{ bank.bank }}</h1>
<h2>{{ bank.city}}, {{ bank.state }}</h2>
<h4>Closed {{ bank.closed }}</h4>
<div>{{ bank.bank }} has the certification number {{ bank.cert_num }} and was closed on {{ bank.closed }}.
<div>{{ bank.bank }} has the certification number <strong>{{ bank.cert_num }}</strong> and was closed on <strong>{{ bank.closed }}</strong>.
<br/>It was acquired by {{ bank.acq_inst }}.</div>
{% if same_state_banks.count() > 0 %}
<div><h2>{{ same_state_banks.count() }} more banks in {{ bank.state }}</h2>
Expand Down

0 comments on commit b9fe101

Please sign in to comment.