We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84672d commit d944c19Copy full SHA for d944c19
templates/components/success-story.html
@@ -23,7 +23,7 @@ <h2 class="widget-title"><span aria-hidden="true" class="icon-success-stories"><
23
Currently this path is for a static logo sample, which no longer exists
24
<td><a href="{{ story.get_absolute_url }}"><img src="{{ STATIC_URL }}img/ILM_logo.png"></a></td>
25
{% endcomment %}
26
- <td><p><a href="{{ story.get_absolute_url }}">aaa{{ story.name }}</a> <em>by {{ story.author }}</em></p></td>
+ <td><p><a href="{{ story.get_absolute_url }}">{{ story.name }}</a> <em>by {{ story.author }}</em></p></td>
27
</tr>
28
</tbody>
29
</table>
0 commit comments