Skip to content
Snippets Groups Projects

Tabbed page

Merged decentral1se requested to merge tabbed_page into develop

Created by: martinburchell

Merge request reports

Approval is optional

Merged by avatar (Apr 15, 2025 8:44am UTC)

Merge details

  • Changes merged into with 5a4a66a0.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • decentral1se
  • decentral1se
    decentral1se @decentral1se started a thread on commit 5a4a66a0
  • 14
    15 from ..templatetags.render_tab import render_tab
    16
    17
    18 class MockTabInstance(object):
    19 pass
    20
    21
    22 render_to_string_method = 'tabbed_page.templatetags.render_tab.render_to_string'
    23
    24
    25 def setup_function(function):
    26 clear_tabs()
    27
    28
    29
    Please register or sign in to reply
    Loading