Skip to content

Commit

Permalink
Remove ads and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tienne-B committed Apr 23, 2023
1 parent ad94eae commit fbd24ee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 43 deletions.
7 changes: 7 additions & 0 deletions .github/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Change Log
==========

2.7.7
-----
*Release date: 23 April 2023*

- Removed expired ad campaign


2.7.6
-----
*Release date: 25 February 2023*
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.7'
# The full version, including alpha/beta/rc tags.
release = '2.7.6'
release = '2.7.7'

rst_epilog = """
.. |vrelease| replace:: v{release}
Expand Down
4 changes: 2 additions & 2 deletions tabbycat/settings/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# Version
# ==============================================================================

TABBYCAT_VERSION = '2.7.6'
TABBYCAT_VERSION = '2.7.7'
TABBYCAT_CODENAME = 'Pixie-bob'
READTHEDOCS_VERSION = 'v2.7.6'
READTHEDOCS_VERSION = 'v2.7.7'

# ==============================================================================
# Internationalization and Localization
Expand Down
24 changes: 0 additions & 24 deletions tabbycat/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,30 +102,6 @@

</div>

{% if tournament and not public_index and not user_role == "admin" %}
<div class="col-md">
<div class="list-group mt-3 mb-3">
<div class="list-group-item px-3 pb-2">
<div class="bg-secondary d-none d-md-block">
<a href="https://fdtacademy.com/fdtregistration/?referall=tabbycat{{ version }}">
{% get_unit 'wide' as unit_path %}
<img style="max-width: 100%;" src="{% static unit_path %}" />
</a>
</div>
<div class="bg-secondary d-md-none">
<a href="https://fdtacademy.com/fdtregistration/?referall=tabbycat{{ version }}">
{% get_unit 'big' as unit_path %}
<img style="max-width: 100%;" src="{% static unit_path %}" />
</a>
</div>
<div class="text-right">
<small>Advertisement by a <a href="https://opencollective.com/tabbycat#category-CONTRIBUTE">Tabbycat Sponsor</a></small>
</div>
</div>
</div>
</div>
{% endif %}

</div>
{% endblock header %}

Expand Down
16 changes: 0 additions & 16 deletions tabbycat/tournaments/templates/public_tournament_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,22 +228,6 @@

</div>

<div class="col-md order-first order-md-last">
<div class="list-group mt-2">
<div class="list-group-item px-3 pb-2">
<div class="bg-secondary">
<a href="https://fdtacademy.com/fdtregistration/?referall=tabbycat{{ version }}">
{% get_unit 'big' as unit_path %}
<img style="max-width: 100%;" src="{% static unit_path %}" />
</a>
</div>
<div class="text-right text-italic">
<small>Advertisement by a <a href="https://opencollective.com/tabbycat#category-CONTRIBUTE">Tabbycat Sponsor</a></small>
</div>
</div>
</div>
</div>

</div>


Expand Down

0 comments on commit fbd24ee

Please sign in to comment.