Add Buefy support for email preview buttons
This commit is contained in:
parent
a0cd1f4cd0
commit
4a92b05b57
3 changed files with 79 additions and 14 deletions
|
@ -294,7 +294,6 @@ class MasterView(View):
|
|||
|
||||
context = {
|
||||
'grid': grid,
|
||||
'use_buefy': use_buefy,
|
||||
}
|
||||
return self.render_to_response('index', context)
|
||||
|
||||
|
@ -2088,6 +2087,7 @@ class MasterView(View):
|
|||
"""
|
||||
context = {
|
||||
'master': self,
|
||||
'use_buefy': self.get_use_buefy(),
|
||||
'mobile': mobile,
|
||||
'model_title': self.get_model_title(),
|
||||
'model_title_plural': self.get_model_title_plural(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue