Skip to content

Commit 597a579

Browse files
author
Faris Chebib
committed
updated more meetup stuff
1 parent b9e7505 commit 597a579

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

_includes/meetuptmpl.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ <h3>
1818
<div>
1919
<a class="btn btn-lg btn-success"
2020
ng-href="{{ event.event_url }}">
21-
<small>{{ event.yes_rsvp_count }} Attending</small><br/>
21+
<small>{{ event.yes_rsvp_count }} Pythonistas</small><br/>
2222
<b>Join us!</b>
2323
</a>
2424
</div>
25-
<div>
25+
<!--<div>
2626
{{ event|json }}
27-
</div>
27+
</div>-->
2828
</li>
2929
</ul>
3030
</div>

index.md

+10
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@ home-nav: True
1616
The Utah Python User Group provides a community for software developers
1717
interested in Python technology. Everyone is invited to participate!
1818

19+
## Upcoming Meetups
20+
21+
### Wasatch Front
22+
23+
{% include meetuptmpl.html meetup_signed_url="https://api.meetup.com/2/events?offset=0&format=json&limited_events=False&group_urlname=UtahPython&page=200&fields=&order=time&desc=false&status=upcoming&sig_id=10704711&sig=7eb0b440ac115c04d9133423ec0eb94c8d6ded89" %}
24+
1925
## Participate
2026

27+
### Meetups
28+
29+
Each group’s meetup page can be found on the <a ui-sref="locations">locations</a> page.
30+
2131
### Mailing List
2232

2333
Our mailing list is hosted on Google Groups. It's mostly annoucements,

0 commit comments

Comments
 (0)