ali's changes

This commit is contained in:
James Turk 2010-03-31 16:53:35 -04:00
parent a968a75df7
commit 6971fc013c
3 changed files with 10 additions and 4 deletions

View File

@ -23,8 +23,14 @@
{% if article and form %}
<form method="POST" action="{% url update_article_status article.title %}">
{{form.status.label_tag}} {{ form.status }}
<input type="submit" />
<ul>
<li>{{form.status.label_tag}} {{ form.status }}</li>
<li>
<button class="updateBtn" type="submit">
<span>Update</span>
</button>
</li>
</ul>
</form>
{% endif %}
{% endblock %}

View File

@ -21,7 +21,7 @@
{{ form.as_ul }}
<li>
<button class="submitBtn" type="submit">
<span>Post</span>
<span>Save Changes</span>
</button>
</li>
</ul>

View File

@ -40,7 +40,7 @@
</tbody>
</table>
<button class="submitBtn" type="submit">
<button class="compareBtn" type="submit">
<span>Compare Selected Versions</span>
</button>
</form>