Fixes
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server">
|
||||
<h1>Participantes</h1>
|
||||
<asp:GridView ID="participantes_grid" CssClass="table table-borderless table-striped table-hover" HeaderStyle-CssClass="thead-dark" OnRowDataBound="ParticipantesRowDataBound" runat="server"/>
|
||||
<p><asp:Literal ID="empty_message" runat="server"/></p>
|
||||
<asp:GridView ID="participantes_grid" CssClass="table table-borderless table-striped table-hover" HeaderStyle-CssClass="thead-primary" OnRowDataBound="ParticipantesRowDataBound" runat="server"/>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="script" runat="Server">
|
||||
</asp:Content>
|
||||
|
||||
Reference in New Issue
Block a user