File diff b2d842037a63 → 5193ae7fc0e1
conntrackt/templates/conntrackt/delete_form.html
Show inline comments
 
@@ -15,7 +15,11 @@
 
      <div class="controls controls-row">
 
        {% csrf_token %}
 
        {{ form }}
 
        Are you sure you want to remove this project?
 
        The following entries will be removed:
 
        <ul>
 
          {{ related_items|unordered_list }}
 
        </ul>
 
        Are you sure you want to remove them?
 
      </div>
 
      <hr>
 
      <div class="controls">