Skip to content

Commit

Permalink
fix: search engine block bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Feb 17, 2023
1 parent 5516114 commit 66b3890
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3 class="lighter mb-4">
placeholder="{% trans 'From publishing date' %}">
</div>
<div class="col-sm mt-5 mt-sm-0">
<label for="date_from" style="font-size: .7777777778rem; margin-top: -30px">
<label for="date_to" style="font-size: .7777777778rem; margin-top: -30px">
{% trans 'To publishing date' %}
</label>
<input
Expand Down Expand Up @@ -167,12 +167,6 @@ <h3 class="lighter mb-4">
</option>
{% endif %}
{% endfor %}
{% cms_categories as categories %}
{% for cat in categories %}
<option value="{{ cat }}">
{{ cat }}
</option>
{% endfor %}
</select>
</div>
</div>
Expand Down

0 comments on commit 66b3890

Please sign in to comment.