Commit a9b74ca9 authored by JC Brand's avatar JC Brand

converse-register: refactor in order to simplify.

parent ce1e29e4
This diff is collapsed.
<label>
{{{label}}}
<a class="form-url" target="_blank" rel="noopener" href="{{{value}}}">{{{value}}}</a>
</label>
<legend>{{{__("Account Registration:")}}} {{{domain}}}</legend>
<span class="reg-feedback"></span>
<p class="title">{{{title}}}</p>
<p class="instructions">{{{instructions}}}</p>
<span class="spinner login-submit"></span>
<p class="info">{{{info_message}}}</p>
<p class="info">{{{__("Hold tight, we're fetching the registration form…")}}}</p>
{[ if (cancel) { ]}
<button class="pure-button button-cancel hor_centered">{{{cancel}}}</button>
<button class="pure-button button-cancel hor_centered">{{{__('Cancel')}}}</button>
{[ } ]}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment