Skip to content

Commit e7ad4aa

Browse files
committed
Add slug to interface modal
1 parent 1b54be7 commit e7ad4aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/grandchallenge/algorithms/templates/algorithms/partials/socket_modal_base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ <h5 class="modal-title">
2929
</div>
3030
<dd class="text-left modal-body">
3131
<dl>
32+
<dt>Slug</dt>
33+
<dd><code>{{ socket.slug }}</code></dd>
34+
3235
<dt>Description</dt>
3336
<dd>{% if socket.description %}{{ socket.description }}{% else %} - {% endif %}</dd>
3437

0 commit comments

Comments
 (0)