Improve greatly the counter right management

This commit is contained in:
Skia
2016-07-18 00:47:56 +02:00
parent e92a73dfb1
commit 593050d9e2
14 changed files with 181 additions and 64 deletions

View File

@@ -0,0 +1,14 @@
{% extends "core/base.jinja" %}
{% block content %}
<h2>Edit user groups for {{ profile.get_full_name() }}</h2>
<form action="" method="post">
{% csrf_token %}
{{ form.as_p() }}
<p><input type="submit" value="Update" /></p>
</form>
{% endblock %}