Skip to content

Commit

Permalink
Extend post.html, not generalpost.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Nov 10, 2008
1 parent 74a17a4 commit 00d07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dzenlog_text/templates/dzenlog_text/post.html
@@ -1,4 +1,4 @@
{% extends 'django_dzenlog/generalpost.html' %}
{% extends 'django_dzenlog/post.html' %}

{% block content %}
{{ object.body|safe }}
Expand Down

0 comments on commit 00d07ad

Please sign in to comment.