-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move one more block to template (relates to #11) and add price info in
signup block.
- Loading branch information
Showing
3 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
drupal/modules/custom/camposlo/templates/camposlo-register-block.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
'<div class="section" id="contact"> | ||
<div class="container"> | ||
<div class="row text-center"> | ||
<div class="section-heading"> | ||
<h2 class="title"><span>{%trans%}Sign up!{%endtrans%}</span></h2> | ||
<p> | ||
{%trans%}Price is either 200,- for members in the Norwegian Drupal Association or 300,- for non-members. Membership costs 200,-. You can register now and pay later.{%endtrans%} | ||
</p> | ||
<p class="subtitle"> | ||
{{register_link}} | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div>' |