decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
at main 22 lines 760 B view raw
1<form method="post" action="/editor/profile" hx-post="/editor/profile"> 2 <editor-label> 3 <label> 4 <span class="label">Display name</span> 5 <input type="text" name="displayName" value="{{ profile.displayName }}" required /> 6 </label> 7 </editor-label> 8 <editor-label> 9 <label> 10 <span class="label">Description</span> 11 <input type="text" name="description" value="{{ profile.description }}" /> 12 </label> 13 </editor-label> 14 {% if profile_from_bluesky %} 15 <p> 16 <span class="faded caption">Profile was fetched from Bluesky. On save it will use an independent, ligo.at only copy.</span> 17 </p> 18 {% endif %} 19 <input type="submit" value="save profile"> 20 {% include "_htmx_indicator.html" %} 21 <!-- /editor/profile --> 22</form>