Skip to content

Commit d944c19

Browse files
MariattaJacobCoffee
authored andcommitted
remove extra text
1 parent e84672d commit d944c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/success-story.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 class="widget-title"><span aria-hidden="true" class="icon-success-stories"><
2323
Currently this path is for a static logo sample, which no longer exists
2424
<td><a href="{{ story.get_absolute_url }}"><img src="{{ STATIC_URL }}img/ILM_logo.png"></a></td>
2525
{% endcomment %}
26-
<td><p><a href="{{ story.get_absolute_url }}">aaa{{ story.name }}</a> <em>by {{ story.author }}</em></p></td>
26+
<td><p><a href="{{ story.get_absolute_url }}">{{ story.name }}</a> <em>by {{ story.author }}</em></p></td>
2727
</tr>
2828
</tbody>
2929
</table>

0 commit comments

Comments
 (0)