Skip to content

Commit

Permalink
Drop rather useless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Oct 15, 2015
1 parent 7f28240 commit 0b06b68
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions django_slack/templates/django_slack/exception
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{% extends django_slack %}

{% comment %}
This is the default template for the SlackExceptionHandler, which
is intended to work out of the box without requiring user modification.
{% endcomment %}

{% block text %}
{{ text }}
{% endblock %}
{% block text %}{{ text }}{% endblock %}

0 comments on commit 0b06b68

Please sign in to comment.