diff options
Diffstat (limited to 'static')
-rwxr-xr-x | static/website/templates/cfp.html | 4 | ||||
-rwxr-xr-x | static/website/templates/view-proposals.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index 9b2714d..7c85dbb 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -61,8 +61,8 @@ {% else %} <center> <a href="{% url 'website:view_abstracts' %}" class="btn btn-info">View Proposals</a> - <a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a> - <a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a> + <!-- <a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a> + <a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a> --> </center> {% endif %} {% else %} diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index cc07a1c..0e027a5 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -112,10 +112,10 @@ </table> </div> <br> - <div> + <!-- <div> <a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a> <a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a> - </div> + </div> --> {% if user.is_staff %} <!-- <input type="submit" id="delete" class ="btn btn-info" value="Delete" name="delete"/> --> |