We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613989b commit 3422c84Copy full SHA for 3422c84
python/nav/web/templates/alertprofiles/base_detail.html
@@ -39,6 +39,7 @@ <h5>
39
{% endblock %}
40
</h5>
41
<form action="{% block url_remove_expression %}{% endblock %}" method="post">
42
+ {% csrf_token %}
43
<table class="listtable">
44
<thead>
45
<tr>
@@ -67,6 +68,7 @@ <h5>
67
68
69
<div class="addexpressionform">
70
<form action="{% block url_add_expression %}{% endblock %}" method="post">
71
72
{% block addexpression %}
73
<p>
74
<input type="hidden" name="id" value="{{ detail_id }}" />
python/nav/web/templates/alertprofiles/expression_form.html
@@ -6,6 +6,7 @@ <h4>
6
</h4>
7
8
<form action="{% url 'alertprofiles-filters-saveexpression' %}" method="post" class="custom">
9
10
<table class="vertitable">
11
<tbody>
12
0 commit comments