Skip to content

Commit 29b2d17

Browse files
authored
Update pythonsd/templates/pythonsd/organizers.html
Remove organizer description for now
1 parent 3e77a70 commit 29b2d17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonsd/templates/pythonsd/organizers.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ <h1>Organizers</h1>
1919
<img src="{{ organizer.photo.url }}" class="card-img-top" alt="{{ organizer.name }}">
2020
<div class="card-body">
2121
<h5 class="card-title">{{ organizer.name }}</h5>
22-
<p class="card-text">{{ organizer.description }}</p>
2322
<ul class="list-inline">
2423
{% if organizer.meetup_url %}
2524
<li class="list-inline-item">

0 commit comments

Comments
 (0)