modify subclaim_address

This commit is contained in:
L3D 2021-03-30 21:00:17 +02:00
parent 53d2105bae
commit 17508c2963
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
2 changed files with 11 additions and 2 deletions

View File

@ -19,3 +19,13 @@ type = html
[fields.subclaim_content]
label = Subclaim Content
type = markdown
[fields.subclaim_url]
label = Subclaim URL
type = string
width = 1/2
[fields.subclaim_address]
label = Subclaim URL Text
type = string
width = 1/2

View File

@ -98,9 +98,8 @@
<h2>{{ this.subclaim_heading }}</h2>
{{ this.subclaim_content }}
</div>
<!-- TODO: Zielseite für "MEMBER WERDEN"-Button -->
<button class="header__button sub_claim__button">
<a class="header__button_link" href={{ '/mitglieder'|url }}>MEMBER WERDEN</a>
<a class="header__button_link" href={{ this.subclaim_url }}>{{ this.subclaim_address }}</a>
</button>
</section>
</div>