Skip to content

Commit

Permalink
Fixed link in project_fragment to direct towards the right location.
Browse files Browse the repository at this point in the history
  • Loading branch information
lethain committed Dec 29, 2008
1 parent f82c37b commit 8a8a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfolio/templates/portfolio/project_fragment.html
Expand Up @@ -4,7 +4,7 @@
<h2 class="name">{{ project.name }}</h2>

{% if project.url %}
<h3 class="url"><a href="{% url project_detail project.slug %}">{{ project.url }}</a></h3>
<h3 class="url"><a href="{{ project.url }}">{{ project.url }}</a></h3>
{% endif %}
<ul class="skills">
{% for skill in project.skills.all %}
Expand Down

0 comments on commit 8a8a7dc

Please sign in to comment.