Skip to content

Commit

Permalink
Merge pull request #2131 from akvo/2130_update_btn
Browse files Browse the repository at this point in the history
[#2130] Fixed
  • Loading branch information
KasperBrandt committed May 2, 2016
2 parents 15f85a4 + ab6591f commit 11b3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/templates/navigation/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>Akvo RSR</h1> {# Text is just a placeholder, svg from css #}

<ul class="nav navbar-nav navbar-right">
{% if not '/myrsr/projects/' in request.get_full_path %}
<li class="hidden">
<li>
<a href="{% if project and project.publishingstatus.status == "published" %}{% url 'add-update' project.pk %}{% else %}{% url 'my_projects' %}{% endif %}"
class="addUpdateBtn">
<i class="glyphicon glyphicon-camera"></i> {% trans 'Add an update' %}
Expand Down

0 comments on commit 11b3ca5

Please sign in to comment.