Changeset - 13194574bb40
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-18 23:45:31
lukeman@gmail.com
disable adding documents to cancelled proposals
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion_project/templates/proposals/proposal_detail.html
Show inline comments
...
 
@@ -71,6 +71,6 @@
 
        {% else %}
 
            <p>No supporting documents attached to this proposal.</p>
 
        {% endif %}
 
        <a class="btn btn-small" href="{% url proposal_document_create proposal.pk %}"><i class="icon-plus"></i> add document</a>
 
        <a class="btn btn-small{% if proposal.cancelled %} btn-disabled{% endif %}" href="{% url proposal_document_create proposal.pk %}"><i class="icon-plus"></i> add document</a>
 
    {% endif %}
 
{% endblock %}
0 comments (0 inline, 0 general)