mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
13 lines
537 B
Plaintext
13 lines
537 B
Plaintext
%script{ type: "text/ng-template", id: "registration/finished.html" }
|
|
.container#registration-finished
|
|
.row
|
|
.small-12.columns.pad-top
|
|
%header
|
|
%h2 {{'registration_finished_headline' | t}}
|
|
.panel.callout
|
|
%p{ "ng-bind" => "'registration_finished_thanks' | t:{enterprise: enterprise.name}" }
|
|
%p {{'registration_finished_login' | t}}
|
|
.row
|
|
.small-12.columns.text-center
|
|
%a.button.primary{ type: "button", href: "/" } {{'registration_finished_action' | t}} >
|