diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-19 09:17:38 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-19 09:17:38 +0200 |
commit | 8745513fe90f65e456f74aa66bbbbcb53078b79b (patch) | |
tree | 973b5ee8e6276b3d0651373ae687676f4e4eac87 /templates | |
parent | 54547eb3affa06a203e687a7f4a8447e7dd5adf0 (diff) |
account: move API documentation link to the info text
Diffstat (limited to 'templates')
-rw-r--r-- | templates/account.html.ep | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index b64869a..fac5817 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -275,7 +275,7 @@ Die folgenden API-Token erlauben den passwortlosen automatisierten Zugriff auf API-Endpunkte. Bitte umsichtig behandeln – sobald ein Token gesetzt ist, können damit ohne Logindaten alle zugehörigen API-Aktionen - ausgeführt werden. + ausgeführt werden. <a href="/api">Dokumentation</a>. </p> <table class="striped"> <tr> @@ -376,14 +376,6 @@ <div class="row"> <div class="col s12"> - <a href="/api">Dokumentation</a> - </div> -</div> - - - -<div class="row"> - <div class="col s12"> <h2>Export</h2> <ul> <li><a href="/export.json">Rohdaten</a> (Kein API-Ersatz, das Format kann sich jederzeit ändern)</li> |