Remove unused CSS class
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
<div class="well bs-component">
|
||||
<div class="well">
|
||||
{% if form.is_multipart %}
|
||||
<form name="{{ form.prefix }}" enctype="multipart/form-data" method="{{ submit_method|default:'post' }}" action="{{ form_action }}" class="{{ form_class|default:'' }}">
|
||||
{% else %}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
</h4>
|
||||
<hr>
|
||||
|
||||
<div class="well bs-component">
|
||||
<div class="well">
|
||||
{% if is_multipart %}
|
||||
<form enctype="multipart/form-data" method="{{ submit_method|default:'post' }}" action="{{ form_action }}">
|
||||
{% else %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="well bs-component">
|
||||
<div class="well">
|
||||
{% if content %}
|
||||
<p>{{ content }}</p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user