Skip to content

Commit

Permalink
Test static files is configured for ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Afani97 committed Nov 16, 2023
1 parent fe85757 commit a0a9091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy

on:
push:
branches: [main, develop, 112-deploy-fix]
branches: [main, develop, CU-868656ku9]

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions nc/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class InlineResourceFile(admin.StackedInline):


class ResourceForm(forms.ModelForm):
# https://django-ckeditor.readthedocs.io/en/latest/#widget
description = forms.CharField(widget=CKEditorWidget())

class Meta:
Expand Down

0 comments on commit a0a9091

Please sign in to comment.