sur.la.route

Results 277 comments of sur.la.route

It is not working for me in django 3.1, I am using a custom backend and user model.

@Wikiki any change on merging?

@gdoumenc looks like this was fixed in a different pr.

@Junzki looks like this was fixed in a different pr.

I'm going to pin on a few other items related to jinja2 templates - maybe they are related. If not, I can open separate issues. # Tag Pair & Spec...

# Attr Lowercase When `None` is inside an if, inside a tag htmlhint expects it to be lowercase. ![image](https://user-images.githubusercontent.com/17788706/103229901-a65b7400-48f9-11eb-92e6-9cae19a064a0.png) If contents of `{% ... %}` and `{{ ... }}` are...

# Attr No Duplication & Attr Must Have A Value This error is thrown whenever a `{% ... %}` or `{{ ... }}` occurs inside a tag. For example: ```html...

I'm not experienced in TS, but I created pull request #586 that seems to correct all these issues by stripping the tags from the attributes. Any thoughts or ways this...

I think my fix causes issues w/ items like this: ```html ``` will now trigger the `src-not-empty` error. I'll tweak the pr to only trip tags that have a leading...