Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions kitsune/questions/templates/questions/answers.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ <h2 class="summary">{{ question.title }}</h2>

{% if question.solution %}
<div class="solution">
<h3>{{ _('Chosen solution') }}</h3> {{ _('by') }}
<a href="{{ profile_url(question.solution.creator) }}">{{ question.solution.creator.username }}</a>
<h3>{{ _('Chosen solution') }}</h3>
<div class="reply">
{{ question.solution.content_parsed|safe }}
<a class="read-more" href="{{ question.solution.get_absolute_url() }}">{{ _('Read this answer in context') }}</a>
Expand Down