congratulations_notice

   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 "congratulations_notice".
... 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.lower_case_view_name/> 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>