Skip to content

Instantly share code, notes, and snippets.

@Elise-Lennion
Created October 7, 2018 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elise-Lennion/f2855e9c30d76467cc77224f3c71fbba to your computer and use it in GitHub Desktop.
Save Elise-Lennion/f2855e9c30d76467cc77224f3c71fbba to your computer and use it in GitHub Desktop.
{% include 'board/confirm_delete_modal.html' %}
...
<a href="{% url 'question-delete' pk=question.id %}" class="confirm-delete" title="Delete" data-toggle="modal" data-target="#confirmDeleteModal" id="deleteButton{{question.id}}">
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment