File tree 2 files changed +8
-3
lines changed
conf_site/templates/proposals
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{% load i18n %}
4
4
{% load account_tags %}
5
+ {% load bootstrap %}
5
6
6
7
{% block head_title %}{{ proposal.title }}{% endblock %}
7
8
@@ -62,7 +63,11 @@ <h3>{% trans 'Supporting Documents' %}</h3>
62
63
{% else %}
63
64
< p > {% trans 'No supporting documents attached to this proposal.' %}</ p >
64
65
{% endif %}
65
- < a class ="btn btn-sm{% if proposal.cancelled %} btn-disabled{% endif %} " href ="{% url proposal_document_create proposal.pk %} "> < i class ="fa fa-upload "> </ i > {% trans 'Add Document' %}</ a >
66
+
67
+ < a class ="btn btn-sm{% if proposal.cancelled %} btn-disabled{% endif %} "
68
+ href ="{% url "proposal_document_create " proposal.pk %}">
69
+ < i class ="fa fa-upload "> </ i > {% trans 'Add Document' %}</ a >
70
+
66
71
</ div >
67
72
{% endif %}
68
73
Original file line number Diff line number Diff line change 1
1
{% extends "proposals/base.html" %}
2
2
3
- {% load bootstrap_tags %}
4
- {% load markitup %}
3
+ {% load bootstrap %}
4
+ {% load markitup_tags %}
5
5
6
6
{% block head_title %}Editing {{ proposal.title }}{% endblock %}
7
7
You can’t perform that action at this time.
0 commit comments