Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

[fix bug 767466] - Fixes span in curated groups' common skills section #267

Merged
merged 1 commit into from Jun 22, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/groups/templates/groups/group.html
Expand Up @@ -83,7 +83,7 @@ <h3>{{ _('Community Steward') }}</h3>
</li>
</ul>
</div>
<div class="spag6 group-skills">
<div class="span6 group-skills">
<h3>{{ _('Skills members have in common') }}</h3>
<ul>
{% for skill in skills %}
Expand Down