Skip to content

Commit

Permalink
gtfyhjuk
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Dec 18, 2024
1 parent 238e407 commit d38b0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argus/htmx/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __deepcopy__(self, memo):

def get_context(self, name, value, attrs):
context = super().get_context(name, value, attrs)
context["extra"] = self.extra
context["widget"]["extra"] = self.extra
return context


Expand Down

0 comments on commit d38b0c4

Please sign in to comment.