TT#127812 Remove hidden 'Sign Up' functionality

The ngcp-panel had never supported any kind of plugins
and the functionality 'Sign Up' was never available.

Removing it to prevent any kind of confusion.

Change-Id: Ia022c36fd1d51ffa6582ef0c354efdfe8d9c2e96
mr10.0
Alexander Lutay 4 years ago
parent 7fc4e776bc
commit 894204e896

@ -33,13 +33,6 @@
[% END -%]
</div class="footer">
[%#
TODO: load this only if a signup plugin is installed
<div class="login-extra">
c.loc("Don't have an account?") <a href="signup.html">c.loc('Sign Up')</a><br/>
</div>
%]
<script src="/js/libs/jquery-1.7.2.min.js"></script>
<script src="/js/libs/jquery-ui-1.10.3.custom.min.js"></script>
<script src="/js/libs/jquery.ui.touch-punch.min.js"></script>

Loading…
Cancel
Save