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

h2 tag id must be specified in the new Bootstrap 3 templates #13

Closed
feelosophy13 opened this issue Jul 17, 2015 · 2 comments
Closed

h2 tag id must be specified in the new Bootstrap 3 templates #13

feelosophy13 opened this issue Jul 17, 2015 · 2 comments

Comments

@feelosophy13
Copy link

Under "More Color", for index.html.

The code should be:

<li class="entry"><h2 id={{ entry.id }}>{{ entry.title }}</h2>{{ entry.text|safe }}

Instead of:

<li class="entry"><h2>{{ entry.title }}</h2>{{ entry.text|safe }}

Otherwise, jQuery cannot select the post item and delete when clicked.

@mjhea0
Copy link
Owner

mjhea0 commented Jul 18, 2015

Want to submit a pull request?

@mjhea0
Copy link
Owner

mjhea0 commented Jul 20, 2015

Wait .. Doesn't that get updated here -> https://github.com/mjhea0/flaskr-tdd#indexhtml

@mjhea0 mjhea0 closed this as completed Jul 20, 2015
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

No branches or pull requests

2 participants