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

Merge branch '8-public-event-url-is-guesswork' into 'master'

Resolve "Public event URL is guesswork"

Closes #8

See merge request !3
parents 332d3c59 bbc46c0b
No related branches found
No related tags found
1 merge request!3Resolve "Public event URL is guesswork"
Pipeline #56230 failed
......@@ -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