basic bibliography
This commit is contained in:
parent
872295b5e9
commit
6d76f8bb81
|
@ -179,6 +179,7 @@ class Document(ItfModel):
|
||||||
fk_filters = []
|
fk_filters = []
|
||||||
sort_fields = ['title']
|
sort_fields = ['title']
|
||||||
|
|
||||||
|
|
||||||
def preview_dict(self):
|
def preview_dict(self):
|
||||||
return {
|
return {
|
||||||
'id': self.id,
|
'id': self.id,
|
||||||
|
|
1
itf/templates/modules/festival/document.html
Normal file
1
itf/templates/modules/festival/document.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{ intro }}
|
Loading…
Reference in New Issue
Block a user