+1
-1
constellation/templates/dids.html.j2
+1
-1
constellation/templates/dids.html.j2
···
31
31
{% endfor %}
32
32
33
33
{% if let Some(c) = cursor %}
34
-
<form method="get" action="/links">
34
+
<form method="get" action="/links/distinct-dids">
35
35
<input type="hidden" name="target" value="{{ query.target }}" />
36
36
<input type="hidden" name="collection" value="{{ query.collection }}" />
37
37
<input type="hidden" name="path" value="{{ query.path }}" />