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

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"

authored by

phil and committed by
GitHub
a9c3fc4b 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 }}" />