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

Make Bootstrap StrictButton use get_template_name() from TemplateNameMixin #645

Merged

Conversation

tomedelliott
Copy link
Contributor

Currently the bootstrap StrictButton ignores any overiding template you set in the helper.

Making it use get_template_name from Layout.TemplateNameMixin will fix this.

@carltongibson
Copy link
Collaborator

@tomedelliott Could you rebase this please? Ta!

@codecov-io
Copy link

codecov-io commented Nov 30, 2016

Current coverage is 95.19% (diff: 100%)

Merging #645 into dev will not change coverage

@@                dev       #645   diff @@
==========================================
  Files            24         24          
  Lines          2562       2562          
  Methods           0          0          
  Messages          0          0          
  Branches        226        226          
==========================================
  Hits           2439       2439          
  Misses           76         76          
  Partials         47         47          

Powered by Codecov. Last update 7c0153e...7dc87e5

@carltongibson carltongibson merged commit 18c3d43 into django-crispy-forms:dev Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants