Skip to content

Commit

Permalink
Drop grid templates for now
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jun 17, 2021
1 parent 883ab78 commit 8750b4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions panel/template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@

templates = {
'bootstrap' : BootstrapTemplate,
'fast' : FastListTemplate,
'fast-list' : FastListTemplate,
'fast-grid' : FastGridTemplate,
'material' : MaterialTemplate,
'golden' : GoldenTemplate,
'react-grid': ReactTemplate,
'vanilla' : VanillaTemplate
}

Expand Down

0 comments on commit 8750b4e

Please sign in to comment.