зеркало из https://github.com/mozilla/kitsune.git
[bug 652795] Announcements for all groups.
This commit is contained in:
Родитель
541cc129ba
Коммит
941a1f0655
|
@ -47,7 +47,7 @@ class QuestionsDashboard(Dashboard):
|
|||
return jingo.render(self._request, 'dashboards/questions.html',
|
||||
{'actions': model_actions(Answer, self._request),
|
||||
'active_tab': self._id,
|
||||
'announcements': Announcement.get_site_wide()})
|
||||
'announcements': Announcement.get_for_group_id(self._id)})
|
||||
|
||||
|
||||
class LocaleDashboard(Dashboard):
|
||||
|
|
|
@ -3,10 +3,9 @@
|
|||
<ul id="doc-content" class="announcements">
|
||||
{% for a in announcements %}
|
||||
<li>
|
||||
{{ a.content_parsed|safe }}
|
||||
{{ a.content|wiki_to_html }}
|
||||
{{ datetimeformat(a.show_after, format='datetime') }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
{% endif %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче