Skip to content

Commit

Permalink
[#858] Whitespace cleanup of ckan/templates/group/confirm_delete.html
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 6, 2013
1 parent 0a0e3c0 commit dfc4bb0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ckan/templates/group/confirm_delete.html
Expand Up @@ -8,13 +8,13 @@
<section class="module span6 offset3">
<div class="module-content">
{% block form %}
<p>{{ _('Are you sure you want to delete group - {name}?').format(name=c.group_dict.name) }}</p>
<p class="form-actions">
<form action="{% url_for controller='group', action='delete', id=c.group_dict.name %}" method="post">
<button class="btn" type="submit" name="cancel" >{{ _('Cancel') }}</button>
<button class="btn btn-primary" type="submit" name="delete" >{{ _('Confirm Delete') }}</button>
</form>
</p>
<p>{{ _('Are you sure you want to delete group - {name}?').format(name=c.group_dict.name) }}</p>
<p class="form-actions">
<form action="{% url_for controller='group', action='delete', id=c.group_dict.name %}" method="post">
<button class="btn" type="submit" name="cancel" >{{ _('Cancel') }}</button>
<button class="btn btn-primary" type="submit" name="delete" >{{ _('Confirm Delete') }}</button>
</form>
</p>
{% endblock %}
</div>
</section>
Expand Down

0 comments on commit dfc4bb0

Please sign in to comment.