~widelands-dev/widelands-website/solitaire_html_documentation

« back to all changes in this revision

Viewing changes to threadedcomments/templates/threadedcomments/confirm_delete.html

  • Committer: franku
  • Date: 2016-05-18 19:31:46 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160518193146-w5dmezymi3wlnhvl
added djangoratings and adjust it to django 1.8; updated update_problems.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "threadedcomments_base.html" %}
2
 
 
3
 
{% load threadedcommentstags %}
4
 
 
5
 
{% block content %}
6
 
    <p>Are you sure that you would like to delete this comment?</p>
7
 
    {% if comment %}
8
 
        <div id="comment_preview">{% auto_transform_markup comment %}</div>
9
 
    {% endif %}
10
 
    <ul>
11
 
    <form method="POST" action=".">
12
 
        <li><input type="submit" value="Yes" /></li>
13
 
    </form>
14
 
    <li><a href="{{ next }}">No</a></li>
15
 
    </ul>
16
 
{% endblock %}
 
 
b'\\ No newline at end of file'