Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3472 from gratipay/fix-team-links
Browse files Browse the repository at this point in the history
fix link to team homepage
  • Loading branch information
rohitpaulk committed May 21, 2015
2 parents 5615b31 + aa3c1d1 commit c9a84df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/%team/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ title = name = team.name
{% if team.is_approved == False %}rejected{% endif %} |
{{ team.homepage }}
{% else %}
<a href="/{{ team.homepage }}/">{{ team.homepage }}</a>
<a href="{{ team.homepage }}">{{ team.homepage }}</a>
{% endif %} |
owned by <a href="/~{{ team.owner }}/">{{ team.owner }}</a>

Expand Down

0 comments on commit c9a84df

Please sign in to comment.