Forum
- forum with user pictures - archive function
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "website/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Musicians</h2>
|
||||
|
||||
Reference in New Issue
Block a user