Skip to content
Snippets Groups Projects

Resolve "Remove cards and popovers for now"

Merged Tom Teichler requested to merge 121-remove-cards-and-popovers-for-now into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -96,7 +96,7 @@ def group(request: HttpRequest, id_: int) -> HttpResponse:
RequestConfig(request).configure(owners_table)
context["owners_table"] = owners_table
return render(request, "core/group_full.html" % context)
return render(request, "core/group_full.html", context)
@login_required
Loading