Skip to content
Snippets Groups Projects
Commit 63645218 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add link to public page to table

parent 7266cbc7
No related branches found
Tags 3.0b0
No related merge requests found
......@@ -20,6 +20,14 @@ class ManageEventsTable(tables.Table):
verbose_name=_("Edit"),
text=_("Edit"),
)
view_public = tables.LinkColumn(
"event_by_name",
args=[A("slug")],
verbose_name=_("Public page"),
text=_("Public page"),
)
view = tables.LinkColumn(
"event_detail_by_name",
args=[A("slug")],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment