Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix navigation on "DIDs with links" page redirecting to "Links to"

author
handlerug
committer
GitHub
date (Mar 30, 2025, 8:23 PM +0100) commit d8d0b98e parent 1791653e
+1 -1
+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 }}" />