Adding the 'monospace' class to container fieldsets in the Page admin.
[philo.git] / models / nodes.py
index a8125ee..1e7622a 100644 (file)
@@ -108,4 +108,7 @@ class File(View):
                return response
        
        class Meta:
-               app_label = 'philo'
\ No newline at end of file
+               app_label = 'philo'
+       
+       def __unicode__(self):
+               return self.file.name
\ No newline at end of file