Now with working invite registration.

master
Manager Bot 3 years ago
parent e2f72a11fa
commit 2952a8dfa4
  1. 2
      Web/templates/auth/register_invite.html.ep

@ -4,7 +4,7 @@
%= include '_base/status_window'; %= include '_base/status_window';
<form autocomplete="off" style="margin-top: 1.5em" method="POST" action="<%= $c->url_for( 'do_register' ) %>"> <form autocomplete="off" style="margin-top: 1.5em" method="POST" action="<%= $c->url_for( 'do_register_invite' ) %>">
<%= include '_base/form/input', type => 'text', name => 'name', <%= include '_base/form/input', type => 'text', name => 'name',
title => 'Your name', title => 'Your name',

Loading…
Cancel
Save