damned-lies r1140 - in branches/djamnedlies: . teams templates



Author: claudep
Date: Fri Nov  7 23:31:57 2008
New Revision: 1140
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1140&view=rev

Log:
2008-11-08  Claude Paroz  <claude 2xlibre net>

	* teams/models.py: Replaced default by blank.
	* templates/base.html: Updated footer.

Modified:
   branches/djamnedlies/ChangeLog
   branches/djamnedlies/teams/models.py
   branches/djamnedlies/templates/base.html

Modified: branches/djamnedlies/teams/models.py
==============================================================================
--- branches/djamnedlies/teams/models.py	(original)
+++ branches/djamnedlies/teams/models.py	Fri Nov  7 23:31:57 2008
@@ -29,9 +29,9 @@
     description = models.TextField()
     # Don't confuse this relation with the 'groups' one
     coordinator = models.ForeignKey(Person, related_name='coordinates_teams')
-    webpage_url = models.URLField(null=True, default=None)
-    mailing_list = models.URLField(null=True, default=None)
-    mailing_list_subscribe = models.URLField(null=True, default=None)
+    webpage_url = models.URLField(null=True, blank=True)
+    mailing_list = models.URLField(null=True, blank=True)
+    mailing_list_subscribe = models.URLField(null=True, blank=True)
 
     class Meta:
         db_table = 'team'

Modified: branches/djamnedlies/templates/base.html
==============================================================================
--- branches/djamnedlies/templates/base.html	(original)
+++ branches/djamnedlies/templates/base.html	Fri Nov  7 23:31:57 2008
@@ -85,7 +85,7 @@
     </div>
 
   <div id="footer">
-    Copyright &copy; 2006, 2007 <a href="http://www.gnome.org/";>{% trans "The GNOME Project" %}</a>.
+    Copyright &copy; 2006-2008 <a href="http://www.gnome.org/";>{% trans "The GNOME Project" %}</a>.
     <br /> 
 {% trans "Maintained in the <a href='http://svn.gnome.org/viewvc/damned-lies/'>damned-lies</a> module on <a href='http://svn.gnome.org/'>svn.gnome.org</a>" %}
  <br />



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]