fix project permission cancel button
This commit is contained in:
parent
5303ce3ef2
commit
5e6bd1a4ef
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
<div class="form-group text-center">
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a href="{% url 'list-global-permission' %}" class="btn btn-default">Cancel</a>
|
||||
<a href="{% url 'list-project-permission' project.name %}" class="btn btn-default">Cancel</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue