<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,6 +26,8 @@
 {% else %}
 {% endif %}
 
+{% if mapdata %}
+
 &lt;h3&gt;States Coached in Since 2000&lt;/h3&gt;
   {% chart %}
     {% chart-size &quot;440x220&quot; %}
@@ -36,4 +38,6 @@
     {% chart-colors &quot;EFEFEF&quot; &quot;76A4FB&quot; &quot;333333&quot; %}
   {% endchart %}
 
+{% endif %}
+
 {% endblock %}
\ No newline at end of file</diff>
      <filename>templates/coaches/coach_detail.html</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 
 {% block content %}
 
-&lt;h3&gt;{{ team.name }} Active Alumni Coaches&lt;/h3&gt;
+&lt;h3&gt;{{ team.name }} Alumni Coaches&lt;/h3&gt;
 
 {% if coaches %}
 &lt;table&gt;
@@ -13,7 +13,7 @@
   &lt;th&gt;Current School&lt;/th&gt;
   &lt;th&gt;Current Job&lt;/th&gt;
   {% for coach in coaches %}
-  &lt;tr&gt;&lt;td&gt;&lt;a href=&quot;{{ coach.get_absolute_url }}&quot;&gt;{{ coach.full_name }}&lt;/a&gt;&lt;/td&gt;&lt;td&gt;{{ coach.grad_year }}&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;{{ coach.current_school.get_absolute_url }}&quot;&gt;{{ coach.current_school }}&lt;/a&gt;&lt;/td&gt;&lt;td&gt;{{ coach.current_job }}&lt;/td&gt;&lt;/tr&gt;
+  &lt;tr&gt;&lt;td&gt;&lt;a href=&quot;{{ coach.get_absolute_url }}&quot;&gt;{{ coach.full_name }}&lt;/a&gt;&lt;/td&gt;&lt;td&gt;{% if coach.grad_year %}{{ coach.grad_year }}{% endif %}&lt;/td&gt;&lt;td&gt;{% if coach.current_school %}&lt;a href=&quot;{{ coach.current_school.get_absolute_url }}&quot;&gt;{{ coach.current_school }}&lt;/a&gt;{% endif %}&lt;/td&gt;&lt;td&gt;{% if coach.current_job %}{{ coach.current_job }}{% endif %}&lt;/td&gt;&lt;/tr&gt;
   {% endfor %}
 &lt;/table&gt;
 </diff>
      <filename>templates/college/alums_in_coaching.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8541b94d1c727079465f98661caa47c7cc2a229</id>
    </parent>
  </parents>
  <author>
    <name>Derek Willis</name>
    <email>dwillis@new-host.home</email>
  </author>
  <url>http://github.com/dwillis/fumblerooski/commit/934bc9878439b45bce72e9e224a1fbc138d04953</url>
  <id>934bc9878439b45bce72e9e224a1fbc138d04953</id>
  <committed-date>2009-11-05T10:17:58-08:00</committed-date>
  <authored-date>2009-11-05T10:17:58-08:00</authored-date>
  <message>fixed bug for inactive coaches</message>
  <tree>d5818d1a467f118d95f1af56e5ddca8594a6d0f4</tree>
  <committer>
    <name>Derek Willis</name>
    <email>dwillis@new-host.home</email>
  </committer>
</commit>
