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

Commit a065232

Browse files
authored
Fix additonally loaded quotes going to wrong link (#53)
Fix additonally loaded quotes going to wrong link
2 parents cecf879 + 943cfb1 commit a065232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quotefault/templates/bootstrap/additional_quotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020
<div class="card-footer">
2121
Submitted by <a
22-
href="https://profiles.csh.rit.edu/profile/{{ quote.submitter }}">{{ get_display_name(quote.submitter) }}</a>
22+
href="https://profiles.csh.rit.edu/user/{{ quote.submitter }}">{{ get_display_name(quote.submitter) }}</a>
2323
on {{ quote.quote_time.strftime('%Y-%m-%d %H:%M:%S') }}
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)