mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
{{!
|
|
@template core/signup_form_layout
|
|
|
|
Example context (json):
|
|
{
|
|
"logourl": "https://moodle.org/logo/moodle-logo.svg",
|
|
"sitename": "Site name",
|
|
"formhtml": "<p>(Form html would go here)</p>"
|
|
}
|
|
}}
|
|
<div class="signupform">
|
|
<h1 class="login-heading">{{#str}} newaccount {{/str}}</h1>
|
|
{{{formhtml}}}
|
|
</div>
|