mirror of
https://github.com/google/nomulus.git
synced 2025-05-29 08:50:09 +02:00
Add admin page link to create new registrar
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=233956155
This commit is contained in:
parent
9a6a57c871
commit
4241c7658f
7 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@
|
|||
{call .oteStatus}
|
||||
{param registrarType: $type /}
|
||||
{/call}
|
||||
<tr class="{css('kd-settings-pane-section')}">
|
||||
<td>
|
||||
<label class="{css('setting-label')}">Create new registrar</label>
|
||||
<td class="{css('setting')}">
|
||||
<p><a href="/registrar-create">New registrar form</a>
|
||||
</p></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
{/template}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue