Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Fix invalid full-name lookup when indexing Author, re #44
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Nov 2, 2016
1 parent 22b61dd commit 9da2bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load fluent_contents_tags search_tags %}{% spaceless %}

{{ object.get_full_name|safe }}
{{ object.title|safe }}
{{ object.introduction|safe }}

{# As fluent requires a request object to process the page place holders we need to fake a request object here #}
Expand Down

0 comments on commit 9da2bd7

Please sign in to comment.