Skip to content

Commit a0ac513

Browse files
authored
Merge pull request #14698 from nimbinatus/atx-22oct24
[ATX-2025] Open registration, fix proposal link
2 parents c0410a9 + 17278c4 commit a0ac513

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

content/events/2025-austin/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Description = "devopsdays Austin 2025"
2929
{{< event_location >}}
3030
</div>
3131
</div>
32-
<!-- <div class = "row">
32+
<div class = "row">
3333
<div class = "col-md-2">
3434
<strong>Register</strong>
3535
</div>
3636
<div class = "col-md-8">
3737
<a href="https://tickets.devopsdays.org/devopsdays-austin/2025/">Register to attend the conference!</a>
3838
</div>
39-
</div> -->
39+
</div>
4040
<div class = "row">
4141
<div class = "col-md-2">
4242
<strong>Propose</strong>

data/events/2025/austin/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cfp_date_announce: 2025-03-15T00:00:00-05:00 # inform proposers of status
2121

2222
cfp_link: "https://talks.devopsdays.org/devopsdays-austin-2025/cfp" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
2323

24-
registration_date_start: 2024-10-20T00:00:00-05:00 # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
24+
registration_date_start: 2024-10-22T00:00:00-05:00 # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
2525
registration_date_end: 2025-04-30T11:59:59-05:00 # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
2626

2727
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
@@ -36,9 +36,10 @@ location: "TCEA Conference Center" # Defaults to city, but you can make it the v
3636
location_address: "3100 Alvin Devane Blvd Building B, Austin, TX 78741" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
3737

3838
nav_elements: # List of pages you want to show up in the navigation of your page.
39-
# - name: propose
39+
- name: propose
4040
- name: location
41-
# - name: register
41+
- name: register
42+
url: https://tickets.devopsdays.org/devopsdays-austin/2025/
4243
# - name: program
4344
# - name: speakers
4445
- name: sponsor

0 commit comments

Comments
 (0)