Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pledge optional #15

Merged
merged 2 commits into from
Oct 7, 2020
Merged

Pledge optional #15

merged 2 commits into from
Oct 7, 2020

Conversation

ZoranPandovski
Copy link
Member

Fixes #8. The simplified flow we can do in another PR alongside with visual changes.

Comment on lines -128 to +129
implication = models.FloatField(verbose_name='Threshold')
author_position = models.ManyToManyField(EnabledAuthorPosition)
implication = models.FloatField(verbose_name='Threshold', blank=True, default=None)
author_position = models.ManyToManyField(EnabledAuthorPosition, blank=True, default=None)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to be changing the behaviour when i run the app locally via docker ... Should it?

I'm running the docker container using the instructions in CONTRIBUTING.md, then going to the app at http://penguin.termina.linux.test:8080/.

When I go to pledge on one of the fake campaign pages (e.g. http://penguin.termina.linux.test:8080/pledge/step-specific-woman-arrive-american), the same three dynamic texts pop up (threshold, author position, public name). I also checked the Site administration (CMS) settings, but can't see an option to remove these texts for a particular campaign.

@CooperSmout CooperSmout merged commit ed7c72a into master Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make campaign texts optional
2 participants