Skip to content

Commit

Permalink
Remove CoAs
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Dec 11, 2017
1 parent 96d1b0b commit df06af8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pythoncz/templates/_meetups.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@

<div class="row">
<a class="meetups-city col-md-6 col-sm-6 col-xs-6" href="{{ base_url }}/praha">
<img src="{{ url_for('static', filename='images/pyvo-praha.png') }}" height="100">
{% if lang == 'cs' %}Praha{% else %}Prague{% endif %}
</a>
<a class="meetups-city col-md-6 col-sm-6 col-xs-6" href="{{ base_url }}/brno">
<img src="{{ url_for('static', filename='images/pyvo-brno.png') }}" height="100">
Brno
</a>
<a class="meetups-city col-md-6 col-sm-6 col-xs-6" href="{{ base_url }}/ostrava">
<img src="{{ url_for('static', filename='images/pyvo-ostrava.png') }}" height="100">
Ostrava
</a>
<a class="meetups-city col-md-6 col-sm-6 col-xs-6" href="{{ base_url }}/olomouc">
<img src="{{ url_for('static', filename='images/pyvo-olomouc.png') }}" height="100">
Olomouc
</a>
</div>

6 comments on commit df06af8

@hroncok
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message should have said: see pyvec/pyvo.cz#70 (sorry about that)

@honzajavorek
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jinak nebýt tohoto komentáře, tak se o té změně ani nedovím. Abych nedělal "tiché změny", většinou si otevřu PR i přesto, že si jej plánuju mergnout sám. Minule se mi dokonce stalo, že než jsem vyčkal testů, přišel nějaký @hroncok a approvnul mi to.

@honzajavorek
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Koukám na výsledek a ten python.cz vypadá stále hůř 🙈 Brzo se do toho musím pustit a přetřít fasádu, ale nejdřív ten pyvec.org.

@hroncok
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proto jsme o té změně psal do té issue. Jednal jsem v časovém pressu, omlouvám se.

@hroncok
Copy link
Member Author

@hroncok hroncok commented on df06af8 Dec 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ano, tato změna zošklivěla python.cz. Ale byl jsem upozorněn na nelegální jednání a sjednal jsem okamžitou nápravu.

@honzajavorek
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vše v pořádku, jednal jsem dřív, než jsem vše přečetl!

Please sign in to comment.