-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #311 from helxplatform/develop
Develop merge
- Loading branch information
Showing
25 changed files
with
223 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
from .base import * | ||
from product.configuration import ProductSettings, ProductColorScheme, ProductLink | ||
|
||
# TODO remove Application brand once the new frontend is complete and | ||
# the django templates in core are removed. | ||
APPLICATION_BRAND = "eduhelx-data720" | ||
|
||
PRODUCT_SETTINGS = ProductSettings( | ||
brand="eduhelx-data720", | ||
title="EduHeLx Data720", | ||
logo_url="/static/images/eduhelx-data720/logo.png", | ||
color_scheme=ProductColorScheme("#666666", "#e6e6e6"), #TBD | ||
links=[], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
from .base import * # noqa: F401,F403 | ||
from product.configuration import ProductSettings, ProductColorScheme | ||
|
||
APPLICATION_BRAND = "ordrd" | ||
|
||
PRODUCT_SETTINGS = ProductSettings( | ||
brand="ordrd", | ||
title="Ordr D", | ||
logo_url="/static/images/ordrd/logo.png", | ||
color_scheme=ProductColorScheme("#191348", "#0079bc"), | ||
links=None, | ||
) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters