Skip to content

Commit

Permalink
[#3294] my_project: Add private "tag" for private projects
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Jul 30, 2018
1 parent 41e932b commit c595023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/templates/myrsr/my_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ol class="breadcrumb">
<li><a href="{% url 'my_projects' %}"><i class="fa fa-home"></i> {% trans "My projects" %}</a></li>
<li class="active"><span>{{ project.title }}</span></li>
<li class="active"><span>{{ project.title }}</span> {% if not project.is_public %}({% trans "private" %}){% endif %}</li>
<a href="{% url 'project-main' project.pk %}" class="text-right liveView btn btn-default hidden">{% trans 'View public project' %}</a>
</ol>

Expand Down

0 comments on commit c595023

Please sign in to comment.