Skip to content

Commit

Permalink
Apparently this isn't used anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed May 28, 2024
1 parent a64ab1e commit 5abc5f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions templates/schedule/herald/venue.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ <h2>Now</h2>
<input type="submit" name="{{form.now.update.name}}" value="{{form.now.update.label.text}}" class="btn btn-success debounce pull-right"/>
</div>
<p>&nbsp;</p>
<div class="col-sm-8 col-sm-offset-4">
<input type="submit" name="{{form.now.speaker_here.name}}" value="{{form.now.speaker_here.label.text}}" class="form-control btn btn-primary debounce"/>
</div>
<p>&nbsp;</p>
{% endif %}

{% if next %}
Expand All @@ -53,10 +49,6 @@ <h2>Next</h2>
<input type="submit" name="{{form.next.update.name}}" value="{{form.next.update.label.text}}" class="btn btn-success debounce pull-right"/>
</div>
<p>&nbsp;</p>
<div class="col-sm-8 col-sm-offset-4">
<input type="submit" name="{{form.next.speaker_here.name}}" value="{{form.next.speaker_here.label.text}}" class="form-control btn btn-primary debounce"/>
</div>
<p>&nbsp;</p>
{% endif %}

<h2>Send message to the Greenroom</h2>
Expand Down

0 comments on commit 5abc5f3

Please sign in to comment.