Skip to content

Commit

Permalink
Changed title text in community_forum discussion board.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemintz committed Jul 31, 2012
1 parent fb327fe commit bea51b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -3,7 +3,6 @@
{% load air_extras %}
{% block content %}

<div style="font-weight: bold; font-size: larger;">Ongoing discussions</div>
{% ifagentcan 'comment_on' item %}
<div><a href="{% url item_url viewer="discussionboard",action="newdiscussion",noun=item.pk %}" class="fg-button ui-widget ui-state-default ui-corner-all">Create a new discussion</a></div>
{% endifagentcan %}
Expand Down
2 changes: 1 addition & 1 deletion deme_django/modules/community_forum/views.py
Expand Up @@ -54,7 +54,7 @@ class DiscussionBoardViewer(ItemViewer):
viewer_name = 'discussionboard'

def item_show_html(self):
self.context['action_title'] = 'View ongoing discussions'
self.context['action_title'] = ''
template = loader.get_template('discussionboard/show.html')
top_level_comments = list(TextComment.objects.filter(item=self.item))
last_posts = {}
Expand Down

0 comments on commit bea51b5

Please sign in to comment.