Commit b2b1ab23 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added user groups in the user account.

parent 079248d3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -79,6 +79,17 @@
       </tr>


       <tr>
        <td>
        <b>Groups</b>
        </td>
        <td>
        {% for group in user.groups.all %}
        {{ group }}<br/>
        {% endfor %}
        </td>
       </tr>


      </table>
      <br />