fix
[turniej.git] / apps / poetry / templates / poetry / poet.html
index 053dce5..68ffaad 100644 (file)
@@ -30,7 +30,7 @@
 
 <p>{{ poet.description }}</p>
 
-<p>Kod źródłowy: <strong>{{ poet.url }}</strong></p>
+<p>Kod źródłowy: <a href="{{ poet.url }}">{{ poet.url }}</a></p>
 
 <a class="tworz" href="{% url 'poetry_new' poet.slug %}">Twórz-że!</a>