congratulations_notice

NAML documentation   Watch a video
   Usages of this macro
... in app.naml
656
657
658
659
660
661
662
663
<macro name="congratulations_notice">
    <div class="big-title second-font"><t>Congratulations!</t></div>
    <t>Your <t.app.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.lower_case_view_name
Macro
Requires: node
/> has been successfully created.</t><br/>
    <t>Please check your inbox now and activate your account in order to have access to all features.</t><br/>
    <button class="toolbar action-button" onclick="$('#creation-ad').slideUp();" style="margin:.5em 1em 0">
        <t>Close this message</t>
    </button>
</macro>