~michael.nelson/open-goal-tracker/switch-to-platform-experiment

« back to all changes in this revision

Viewing changes to src/usergoals/templates/actstream/action-comment.html

  • Committer: Michael Nelson
  • Date: 2011-10-15 12:06:39 UTC
  • Revision ID: michael.nelson@canonical.com-20111015120639-0kc388mab31lgvwo
Revert removal of action stream stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "actstream/action-generic.html" %}
 
2
{% block action_description %}
 
3
commented on "{{ action.action_object.content_object }}"
 
4
{% endblock %}
 
5
{% block action_content %}
 
6
  <blockquote>
 
7
    {{ action.action_object.comment }}
 
8
  </blockquote>
 
9
{% endblock %}