register_now_section

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "register_now_section".
... in register_now_section.naml
1
2
3
4
5
6
7
8
9
<override_macro name="register_now_section">
    <div class="light-bg-color rounded" style="padding: .7em .5em;margin-top:1.4em">
        <div class="second-font big-title"><t>DCA Member not registered for the Forum?</t></div>
        <div style="margin-top:.5em">
            <t>Only paid-up DCA members can view this forum. Find out more about dinghy cruising and becoming a member on our <a href="http://dinghycruising.org.uk"><b>DCA Website</b></a></t>
            <p><t>DCA members can <n.register_link.><b>register to use the forum here</b></n.register_link.>.</t></p>
        </div>
    </div>
</override_macro>
Overrides default macro
... in login.naml
90
91
92
93
94
95
96
97
<macro name="register_now_section">
    <div class="light-bg-color rounded" style="padding: .7em .5em;margin-top:1.4em">
        <div class="second-font big-title"><t>Register</t></div>
        <div style="margin-top:.5em">
            <t>If you are still not a member, you can <n.register_link.><b>register now</b></n.register_link.>.</t>
        </div>
    </div>
</macro>