Skip to content

Commit

Permalink
Adds more stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjbowers committed Feb 28, 2013
1 parent 5d208c0 commit 08a0011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/fdic/templates/detail.html
Expand Up @@ -6,7 +6,6 @@ <h2>{{ bank.city}}, {{ bank.state }}</h2>
<h4>Closed {{ bank.closed }}</h4> <h4>Closed {{ bank.closed }}</h4>
<p>{{ bank.bank }} has the certification number {{ bank.cert_num }} and was closed on {{ bank.closed }}. <p>{{ bank.bank }} has the certification number {{ bank.cert_num }} and was closed on {{ bank.closed }}.
<br/>It was acquired by {{ bank.acq_inst }}. <br/>It was acquired by {{ bank.acq_inst }}.
<br/><a href="{{ bank.url }}">See this bank</a> on the FDIC Web site.</p>
{% if same_state_banks > 0 %} {% if same_state_banks > 0 %}
<p><h2>{{ same_state_banks.count() }} more banks in {{ bank.state }}</h2> <p><h2>{{ same_state_banks.count() }} more banks in {{ bank.state }}</h2>
<ul>{% for bank in same_state_banks %} <ul>{% for bank in same_state_banks %}
Expand Down

0 comments on commit 08a0011

Please sign in to comment.