mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 06:17:41 +00:00
Add QRP and RaDAR Rally activities
This commit is contained in:
@@ -44,6 +44,14 @@ ACTIVITIES = [
|
||||
icon="fa-moon",
|
||||
refs_globally_unique=False,
|
||||
),
|
||||
Activity(
|
||||
name="QRP",
|
||||
comment_names=["QRP"],
|
||||
description="Low power",
|
||||
sig_type=ActivityType.TRADITIONAL,
|
||||
icon="fa-volume-low",
|
||||
refs_globally_unique=False,
|
||||
),
|
||||
Activity(
|
||||
name="POTA",
|
||||
comment_names=["POTA"],
|
||||
@@ -257,6 +265,14 @@ ACTIVITIES = [
|
||||
icon="fa-square",
|
||||
refs_globally_unique=False,
|
||||
),
|
||||
Activity(
|
||||
name="RaDAR Rally",
|
||||
comment_names=["RaDAR"],
|
||||
description="RaDAR Rally",
|
||||
sig_type=ActivityType.EVENT,
|
||||
icon="fa-headset",
|
||||
refs_globally_unique=False,
|
||||
),
|
||||
Activity(
|
||||
name="WAB",
|
||||
comment_names=["WAB"],
|
||||
|
||||
Reference in New Issue
Block a user