Skip to content

Commit

Permalink
feat: remove askbot changes in depr216 (openedx#33408)
Browse files Browse the repository at this point in the history
* feat: remove askbot changes in depr216

* feat: update cms test.py

* feat: update cms test.py
  • Loading branch information
Yagnesh1998 authored Oct 5, 2023
1 parent 64eba52 commit 98d0435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cms/envs/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@
DISCUSSIONS_MICROFRONTEND_URL = "http://discussions-mfe"

CACHES = {
# This is the cache used for most things. Askbot will not work without a
# functioning cache -- it relies on caching to load its settings in places.
# This is the cache used for most things.
# In staging/prod envs, the sessions also live here.
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
Expand Down
2 changes: 1 addition & 1 deletion lms/static/sass/course/base/_extends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ h1.top-header {
}

.light-button,
a.light-button, // only used in askbot as classes
a.light-button,
.gray-button {
@include simple($gray-l5);

Expand Down

0 comments on commit 98d0435

Please sign in to comment.