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