<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,7 @@ td.tablehead { width: 150px; }
 div#header { background-image: url(../images/header.png); height: 120px; border-bottom: 1px solid #333; }
 div#header p, div#header h1 { margin: 0; color: #EEE; }
 div#header a { color: #BBB; }
-div#header h1 { height: 120px; background: url(../images/etceteralogo.png) no-repeat; }
+div#header h1 { height: 120px; background: url(../images/etceteralogo-hall.png) no-repeat; }
 div#header h1 img { display: none; }
 div#header p { float: right; font-size: 0.8em; padding-top: 100px; }
 </diff>
      <filename>_media/css/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,12 @@ class Equipment(models.Model):
 	&quot;&quot;&quot;One item of equipment&quot;&quot;&quot;
 	
 	# Keep trying to have unique=True but Adam keeps wanting to change it
-	barcode = models.CharField(blank=True, null=True max_length=6, unique=True)
+	barcode = models.CharField(
+		blank=True,
+		null=True,
+		max_length=6,
+		unique=True
+	)
 	smsu_id = models.CharField(blank=True, max_length=8)
 	equipment_type = models.ForeignKey(EquipmentType) #req
 	building = models.ForeignKey(Building, null=True, blank=True)</diff>
      <filename>equipment/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>92b4d32123c2b350fe829bf844e84f11685d707c</id>
    </parent>
  </parents>
  <author>
    <name>Benjamin Kreeger</name>
    <email>benjaminkreeger@gmail.com</email>
  </author>
  <url>http://github.com/kreeger/etcetera/commit/f9b48960ec062ee05f6fe84a2e8f4bf214f097c2</url>
  <id>f9b48960ec062ee05f6fe84a2e8f4bf214f097c2</id>
  <committed-date>2009-10-27T09:21:08-07:00</committed-date>
  <authored-date>2009-10-27T09:21:08-07:00</authored-date>
  <message>Dammit. Messed up a comma.</message>
  <tree>6175b8c22e3b85f4189936e1a69637e627074aba</tree>
  <committer>
    <name>Benjamin Kreeger</name>
    <email>benjaminkreeger@gmail.com</email>
  </committer>
</commit>
