fix: make some tweaks for better tailbone compatibility
this is the result of minimally testing the PersonView from wutta, configured via a tailbone app. had to add the `view_profile()` stub, pretty sure we want that..?
This commit is contained in:
parent
058632ebeb
commit
be8a45e543
11 changed files with 137 additions and 33 deletions
|
@ -190,9 +190,10 @@ class TestGridAction(TestCase):
|
|||
html = action.render_icon()
|
||||
self.assertIn('<i class="fas fa-blarg">', html)
|
||||
|
||||
# oruga not yet supported
|
||||
# oruga has different output
|
||||
self.request.use_oruga = True
|
||||
self.assertRaises(NotImplementedError, action.render_icon)
|
||||
html = action.render_icon()
|
||||
self.assertIn('<o-icon icon="blarg">', html)
|
||||
|
||||
def test_render_label(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue