Skip to content

Commit

Permalink
Merge pull request #1349 from devinit/feature/focus-areas
Browse files Browse the repository at this point in the history
Feature | Focus areas limit
  • Loading branch information
ThatcherK authored Oct 12, 2023
2 parents 7280594 + e6f1278 commit f3b6c2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug Report
about: PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
title: '[BUG] '
labels: 'bug'
assignees: 'edwinmp'
assignees: 'wakibi'

---
<!--
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'Feature Request'
assignees: 'edwinmp'
assignees: 'wakibi'

---

Expand Down
2 changes: 1 addition & 1 deletion di_website/project/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Meta():
hero_panels(),
FieldPanel('body'),
MultiFieldPanel([
InlinePanel('focus_areas_page_link', label="Focus Areas", max_num=6)
InlinePanel('focus_areas_page_link', label="Focus Areas"),
], heading='Focus Areas'),
MultiFieldPanel([
FieldPanel('other_pages_heading'),
Expand Down

0 comments on commit f3b6c2d

Please sign in to comment.