Tmp
This commit is contained in:
parent
5e963c6494
commit
9bc44bd65c
14 changed files with 153 additions and 132 deletions
|
@ -237,7 +237,7 @@
|
|||
</form>
|
||||
{% if active_participations %}
|
||||
<h4>{{ _('Active Contests') }}</h4>
|
||||
<table class="contest-list table striped">
|
||||
<table class="contest-list table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:90%">{{ _('Contest') }}</th>
|
||||
|
@ -291,7 +291,7 @@
|
|||
</button>
|
||||
</h4>
|
||||
<div id="ongoing-table">
|
||||
<table class="contest-list table striped">
|
||||
<table class="contest-list table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:90%">{{ _('Contest') }}</th>
|
||||
|
@ -330,7 +330,7 @@
|
|||
|
||||
<h4>{{ _('Upcoming Contests') }}</h4>
|
||||
{% if future_contests %}
|
||||
<table class="contest-list table striped">
|
||||
<table class="contest-list table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ _('Contest') }}</th>
|
||||
|
@ -368,7 +368,7 @@
|
|||
{% include "list-pages.html" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<table class="contest-list table striped">
|
||||
<table class="contest-list table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:90%">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue