Skip to content

Commit

Permalink
set online help link
Browse files Browse the repository at this point in the history
  • Loading branch information
bikubi committed Sep 23, 2024
1 parent f7849e7 commit 91c97a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion froide/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ def is_pkce_required(client_id):
"about": "/about/",
"help": "/help/",
"throttled": "/help/",
"help_postupload_redaction": "/plain/test-2/",
# TODO english?
"help_postupload_redaction": "/hilfe/plain/funktionen-der-plattform/schwaerzungen-durchfuehren/",
},
"moderation_triggers": [
{
Expand Down
5 changes: 0 additions & 5 deletions frontend/javascript/components/postupload/post-upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -722,11 +722,6 @@ const onlineHelp = ref()
schwärzen. Das erledigen Sie später mit unserem Online-Tool.
</p>
<p>Wir führen Sie Schritt für Schritt durch den Prozess.</p>
<p>
<a @click="onlineHelp.show(config.urls.helpPostuploadRedaction)"
>online help demo</a
>
</p>
</div>
<div class="alert alert-warning">
<h4><i class="fa fa-exclamation-circle fa-lg"></i> Neu</h4>
Expand Down

0 comments on commit 91c97a4

Please sign in to comment.