Skip to content

Commit

Permalink
remove extra text
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta authored and JacobCoffee committed Sep 12, 2024
1 parent e84672d commit d944c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/success-story.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 class="widget-title"><span aria-hidden="true" class="icon-success-stories"><
Currently this path is for a static logo sample, which no longer exists
<td><a href="{{ story.get_absolute_url }}"><img src="{{ STATIC_URL }}img/ILM_logo.png"></a></td>
{% endcomment %}
<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>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit d944c19

Please sign in to comment.