Allow subscribe to orgs

This commit is contained in:
Joakim Hellsén 2025-08-02 05:45:20 +02:00
commit 4af2b02a01
10 changed files with 190 additions and 14 deletions

View file

@ -9,7 +9,7 @@
</h1>
<p>
{# TODO: Link to organization #}
<a href="#">{{ campaign.owner.name }}</a>
<a href="{% url 'twitch:org_detail' campaign.owner.id %}">{{ campaign.owner.name }}</a>
</p>
{% if campaign.image_url %}
<img height="70"