diff gpp/contests/models.py @ 567:0a8e6a9ccf53

Tweaks to the contests application: show the winners on the list page. Minor presentation changes on the detail template.
author Brian Neal <bgneal@gmail.com>
date Wed, 07 Mar 2012 18:12:02 -0600
parents 51fa1e0ca218
children
line wrap: on
line diff
--- a/gpp/contests/models.py	Sun Mar 04 14:52:24 2012 -0600
+++ b/gpp/contests/models.py	Wed Mar 07 18:12:02 2012 -0600
@@ -87,7 +87,7 @@
         """
         return {
             'og:title': self.title,
-            'og:type': 'game',
+            'og:type': 'article',
             'og:url': self.get_absolute_url(),
             'og:description': self.meta_description,
         }