Ignore:
Timestamp:
07/24/12 17:25:35 (12 years ago)
Author:
nanardon
Message:

Fix user to group from web page (#22)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/ajax/user_to_group_form.tt

    r873 r1067  
    44[% FOREACH g = othergroups %] 
    55[% IF modallow %] 
    6 <form action="[% c.uri_for(username, subform) %]" method="POST"> 
     6<form action="[% c.uri_for('/users', user.id, 'groups') %]" method="POST"> 
    77<input type="hidden" name="addgroup" value="[% g | html %]"> 
    88<input type="image" src="[% c.uri_for('/static', 'icons', 'user-group-new.png') 
Note: See TracChangeset for help on using the changeset viewer.