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

Add public event url to table

parent 332d3c59
Branches 8-public-event-url-is-guesswork
No related tags found
1 merge request!3Resolve "Public event URL is guesswork"
Pipeline #56220 passed
......@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Added
~~~~~
* Add link to public page to events list
Fixed
~~~~~
......
......@@ -19,6 +19,12 @@ class ManageEventsTable(tables.Table):
verbose_name=_("Edit"),
text=_("Edit"),
)
view = tables.LinkColumn(
"event_by_name",
args=[A("linked_group__short_name")],
verbose_name=_("View"),
text=_("View"),
)
class VouchersTable(tables.Table):
......
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