nostr added to lecturer form

This commit is contained in:
HolgerHatGarKeineNode
2023-02-23 23:12:00 +01:00
parent e6811f70ae
commit 1aaa955567
4 changed files with 21 additions and 51 deletions

View File

@@ -38,7 +38,7 @@
<div>
{{ __('Author') }}
</div>
<x-button xs href="/nova/resources/lecturers/new" target="_blank">
<x-button xs href="{{ route('contentCreator.form', ['country' => 'de']) }}">
<i class="fa fa-thin fa-plus"></i>
{{ __('Create new author') }}
</x-button>