Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hemp
Maják
Commits
cabf900f
Commit
cabf900f
authored
4 years ago
by
Dan Nepejchal
Committed by
jan.bednarik
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Regulace konopí - initial commit
- code clean
parent
d98e5ee0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
regulace_konopi/models.py
+1
-3
1 addition, 3 deletions
regulace_konopi/models.py
with
1 addition
and
3 deletions
regulace_konopi/models.py
+
1
−
3
View file @
cabf900f
...
...
@@ -10,8 +10,6 @@ from wagtail.images.blocks import ImageChooserBlock
from
wagtail.images.edit_handlers
import
ImageChooserPanel
from
wagtailmetadata.models
import
MetadataPageMixin
from
uniweb.models
import
SubpageMixin
from
tuning
import
help
SUPPORT_CHOICES
=
(
...
...
@@ -135,7 +133,7 @@ class RegkonHomePage(MetadataPageMixin, Page):
return
self
class
RegkonSubPage
(
Page
,
SubpageMixin
,
MetadataPageMixin
):
class
RegkonSubPage
(
Page
,
MetadataPageMixin
):
### FIELDS
content
=
StreamField
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment