fix unique constraint check for project perm

This commit is contained in:
Élie Bouttier 2014-08-30 17:27:58 -07:00
parent 5e6bd1a4ef
commit c394bc17d9
4 changed files with 9 additions and 6 deletions

View file

@ -32,6 +32,7 @@
<form method="post" role="form">
{% csrf_token %}
{% bootstrap_form_errors form %}
{% bootstrap_field form.project %}
{% bootstrap_field form.grantee_type %}
{% bootstrap_field form.grantee_id %}
<div class="form-group">