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 %} {% if article and form %}
<form method="POST" action="{% url update_article_status article.title %}"> <form method="POST" action="{% url update_article_status article.title %}">
{{form.status.label_tag}} {{ form.status }} <ul>
<input type="submit" /> <li>{{form.status.label_tag}} {{ form.status }}</li>
<li>
<button class="updateBtn" type="submit">
<span>Update</span>
</button>
</li>
</ul>
</form> </form>
{% endif %} {% endif %}
{% endblock %} {% endblock %}

View File

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

View File

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