mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 05:13:41 -05:00
fix setup link
This commit is contained in:
parent
fa6c4b0123
commit
264f5025a1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
<input type="hidden" id="crosspost.fediverse.enabled" name="crosspost.fediverse.enabled" value="{{ cfg.crosspost.fediverse.enabled }}">
|
||||
<label for="_crosspost.fediverse.enabled" class="form-check-label">{{ _('Enabled') }}</label>
|
||||
</div>
|
||||
<a href="{{ const.docsUrl }}/integrations/fediverse" class="btn btn-secondary mb-3">{{ _("Setup guide") }} <i class="bi bi-box-arrow-up-right ms-1"></i></a>
|
||||
<a href="{{ const.docsUrl }}/integrations/fediverse/setup" class="btn btn-secondary mb-3">{{ _("Setup guide") }} <i class="bi bi-box-arrow-up-right ms-1"></i></a>
|
||||
<div class="form-group mb-3">
|
||||
<label class="form-label" for="crosspost.fediverse.instance">{{ _('Instance domain') }}</label>
|
||||
<input type="text" id="crosspost.fediverse.instance" name="crosspost.fediverse.instance" value="{{ cfg.crosspost.fediverse.instance }}" class="form-control" required>
|
||||
|
|
Loading…
Add table
Reference in a new issue