Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
89175914
Commit
89175914
authored
Jan 13, 2014
by
fred
Browse files
use tag name for facets, not the slug
parent
6ab984b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb/paniktags/templatetags/paniktags.py
View file @
89175914
...
...
@@ -324,4 +324,4 @@ def get_focus_url(object):
@
register
.
filter
def
facet_tag
(
tag
):
return
tag
.
slug
.
replace
(
'-'
,
' '
)
return
tag
.
name
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment