remove easter eggs
This commit is contained in:
@@ -30,28 +30,6 @@
|
||||
{% block content_main %}
|
||||
{% placeholder 'content' %}
|
||||
{% endblock %}
|
||||
|
||||
{% for page, letter, position in egg_pages %}
|
||||
{% if page == request.current_page.pk %}
|
||||
<a href="#" class="search__contest__item data_id_{{ forloop.counter }}">
|
||||
<span class="letter">{{ letter }}</span>
|
||||
<span class="position">{{ position }}</span>
|
||||
|
||||
<div class="flower petal{% cycle '5' '8' '10' %} {% cycle 'roundpetal' '' %}">
|
||||
<div class="petal">
|
||||
<div class="petal">
|
||||
<div class="petal">
|
||||
<div class="petal">
|
||||
<div class="petal">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user