mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
Ensure users don't need to create an account to submit a layer
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
18bbce1de9
commit
f646416a1d
|
@ -34,8 +34,8 @@
|
|||
{% endif %}
|
||||
|
||||
<ul class="nav pull-right">
|
||||
{% if user.is_authenticated %}
|
||||
<li><a href="{% url submit_layer %}">Submit layer</a></li>
|
||||
{% if user.is_authenticated %}
|
||||
<li class="divider-vertical"></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
|
|
Loading…
Reference in New Issue
Block a user