File diff b2d842037a63 → 5193ae7fc0e1
conntrackt/templates/conntrackt/delete_form.html
Show inline comments
 
@@ -12,13 +12,17 @@
 
<div class="row">
 
  <div class="span12">
 
    <form action="" method="post">
 
      <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">
 
        <button type="submit" class="btn btn-primary">Remove</button>
 
      </div>
 
    </form>