use upper case titles
This commit is contained in:
parent
8645e9b508
commit
fe13a100e0
|
@ -15,6 +15,6 @@ def available_content():
|
|||
if Content.objects.filter(type__name=type, published=True).exists():
|
||||
sections.append([
|
||||
reverse(type),
|
||||
type.capitalize()
|
||||
type.upper()
|
||||
])
|
||||
return sections
|
||||
|
|
Loading…
Reference in New Issue
Block a user