Skip to content

Pass params to the rendering function always #314

@nickkolok

Description

@nickkolok

Possibly requires a wrapper for the built-in render function

	return render(
		request,
		'%s/upload_problems.html' % params.instance_name,
		{
			'form': form,
			'params': params,
		}
	)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions