Skip to content

Commit

Permalink
Fixes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinar Alper authored and neoflex committed Aug 1, 2019
1 parent d90eaad commit 425fc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/projects/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h2 class="card-title"><span><i class="material-icons">folder_shared</i></span>
<li class="list-group-item">
<ul>
<li class="list-group-item">
<a href="{% url 'access' pk=access.id %}"><strong>{{ access.dataset.project|truncatechars:80 }}</strong> {{ access.dataset.title|truncatechars:80 }}
<a href="{% url 'dataset' pk=access.dataset.id %}"> {{ access.dataset.title|truncatechars:80 }}
</a>
</li>
</ul>
Expand Down

0 comments on commit 425fc26

Please sign in to comment.