- forum with user pictures
- archive function
This commit is contained in:
Martin Bauer
2013-09-15 12:29:56 +02:00
parent d5f461181d
commit f0746172ec
17 changed files with 245 additions and 15 deletions

View File

@@ -40,6 +40,6 @@ class Musician( models.Model ):
public_description = models.TextField( blank=True, verbose_name=_("public_description") )
def __unicode__(self):
def __unicode__( self ):
return self.user.username

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "website/base.html" %}
{% block content %}
<h2>Musicians</h2>