Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | c&p error |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk | release-1.8.0 |
Files: | files | file ages | folders |
SHA3-256: |
d5105df473afad0f265da745c72ac98e |
User & Date: | Cthulhux 2025-07-01 22:22:10 |
Context
2025-07-01
| ||
22:22 | c&p error ... (Leaf check-in: d5105df473 user: Cthulhux tags: release-1.8.0, trunk) | |
22:20 | release 1.8.0: new importers (for now, wallabag & bookmarks html only) ... (check-in: b2b77c25b4 user: Cthulhux tags: release-1.8.0, trunk) | |
Changes
Changes to src/templates/add-new-link.html.
1 2 3 4 5 6 7 8 9 10 | {% extends "base.html" %} {% block main %} {% if redir %} <h2>You should be redirected automatically.</h2> <p>If you are not, please <a href="/">click here</a> to continue.</p> {% else %} <h2>Add a new link (or import <a href="/import">here</a>)</h2> | | > | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {% extends "base.html" %} {% block main %} {% if redir %} <h2>You should be redirected automatically.</h2> <p>If you are not, please <a href="/">click here</a> to continue.</p> {% else %} <h2>Add a new link (or import <a href="/import">here</a>)</h2> {% if errortext %} <div class="error"> <h3>Adding the link has failed, sorry!</h3> <p>Error: {{ errortext }}</p> </div> {% endif %} <form method="post" action="/add-new-link"> <fieldset> <legend>Mandatory parameters</legend> <p> |
︙ | ︙ |