Skip to content

Commit 179f6dc

Browse files
Add csrf token to permission form in alertprofiles
1 parent 3422c84 commit 179f6dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/nav/web/templates/alertprofiles/permissions.html

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ <h4>Choose a group to set it's permissions</h4>
5353

5454
{% if selected_group %}
5555
<form action="{% url 'alertprofiles-permissions-save' %}" method="post">
56+
{% csrf_token %}
5657
<table class="listtable full-width">
5758
<caption>Set permissions for {{ selected_group.name }}</caption>
5859

0 commit comments

Comments
 (0)