Skip to content

Commit 9add55d

Browse files
Fix repository URL field name in project submissions template
Co-authored-by: alexeygrigorev <875246+alexeygrigorev@users.noreply.github.com>
1 parent 6c41462 commit 9add55d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cadmin/templates/cadmin/project_submissions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ <h2>{{ project.title }} - Submissions</h2>
8686
{% endif %}
8787
</td>
8888
<td>
89-
{% if submission.repository_url %}
90-
<a href="{{ submission.repository_url }}" target="_blank">View</a>
89+
{% if submission.github_link %}
90+
<a href="{{ submission.github_link }}" target="_blank">View</a>
9191
{% else %}
9292
-
9393
{% endif %}

0 commit comments

Comments
 (0)