Skip to content

Commit

Permalink
Remove useless class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Jan 23, 2024
1 parent b706838 commit 81c31f4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions content_manager/templates/content_manager/form_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,3 @@ <h1>{{ page.title }}</h1>
</div>
</div>
{% endblock content %}

{% block extra_css %}
<style>
input:required:after {
content:" *";
}
</style>
{% endblock extra_css %}

0 comments on commit 81c31f4

Please sign in to comment.