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.

Merge pull request #9 from handlerug/patch-1

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

author
phil
committer
GitHub
date (Mar 30, 2025, 7:39 PM -0400) commit a9c3fc4b 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 }}" />