8a4aa4efdd
This removes the need for `switch (obj)` in the template which is not allowed in strict mode. Additionally using a named variable speeds up rendering.
6 lines
245 B
HTML
6 lines
245 B
HTML
<span class="spinner login-submit"></span>
|
|
<p class="info">{{{o.__("Hold tight, we're fetching the registration form…")}}}</p>
|
|
{[ if (o.cancel) { ]}
|
|
<button class="pure-button button-cancel hor_centered">{{{o.__('Cancel')}}}</button>
|
|
{[ } ]}
|