Кнопка сабмита

Сделал стиль как в админке
This commit is contained in:
2015-08-25 10:24:30 +05:00
parent 772670ebf9
commit 4e041f8733

View File

@@ -32,7 +32,7 @@
{% endfor %}
</tr>
<tr>
<td class="align-right" colspan="{{ add_form.fields|length }}"><input type="submit" value="{{ add_form.submit_text }}"></td>
<td class="align-right" colspan="{{ add_form.fields|length }}"><input type="submit" class="default" value="{{ add_form.submit_text }}"></td>
</tr>
</form>
{% endif %}