Skip to content

fix: Relect template block structure of Django 5.2+ (#1523) #492

fix: Relect template block structure of Django 5.2+ (#1523)

fix: Relect template block structure of Django 5.2+ (#1523) #492

on:
pull_request:
push:
branches: [master]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()