Skip to content

Commit

Permalink
- Hide create apps for anonymous users (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
  • Loading branch information
marthamareal and giohappy authored May 3, 2021
1 parent 00f1c5f commit 54916da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block body %}
<div class="page-header">
{% if not READ_ONLY_MODE %}
{% if user.is_authenticated and not READ_ONLY_MODE %}
<div class="dropdown" style="float: right;">
<button class="btn btn-primary dropdown-toggle" type="button" id="create-new-app-dropdown-menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
{% trans "Create New" %} {% blocktrans %}{{GEONODE_APPS_NAME}}{% endblocktrans %}
Expand Down

0 comments on commit 54916da

Please sign in to comment.