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
Container registry
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
TO
Maják
Commits
47fe3c20
Commit
47fe3c20
authored
3 weeks ago
by
Alexa Valentová
Browse files
Options
Downloads
Patches
Plain Diff
fix fbevents
parent
76524b86
Branches
Branches containing commit
No related tags found
2 merge requests
!1295
fix fbevents
,
!1294
fix fbevents
Pipeline
#20882
passed
3 weeks ago
Stage: build
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
make_a_wish/models.py
+4
-0
4 additions, 0 deletions
make_a_wish/models.py
make_a_wish/templates/make_a_wish/make_a_wish_root.html
+0
-4
0 additions, 4 deletions
make_a_wish/templates/make_a_wish/make_a_wish_root.html
with
4 additions
and
4 deletions
make_a_wish/models.py
+
4
−
0
View file @
47fe3c20
...
...
@@ -103,6 +103,10 @@ class MakeAWishRoot(
]
)
@property
def
root_page
(
self
):
return
self
def
process_form_submission
(
self
,
form
):
# Custom code on form submission
cleaned_data
=
form
.
cleaned_data
...
...
This diff is collapsed.
Click to expand it.
make_a_wish/templates/make_a_wish/make_a_wish_root.html
+
0
−
4
View file @
47fe3c20
...
...
@@ -4,10 +4,6 @@
{% block head_start %}
{% comment %}quick dirty fix{% endcomment %}
<title>
Máte přání?
</title>
{% if page.matomo_id %}
{% include "shared/matomo_snippet.html" with matomo_id=page.matomo_id %}
{% endif %}
{% endblock %}
{% block content %}
...
...
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