Skip to content

Commit 60875bf

Browse files
authored
Merge pull request #152 from RedPanal/fix_search_form
Remove the Publish button that does not work
2 parents 517b7bc + f735fbb commit 60875bf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: redpanal/redpanal/templates/base.html

-7
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,6 @@
157157
title="{% trans 'Upload file' %}"
158158
><i class="fa fa-music"
159159
></i> {% trans "Upload Audio" %}</a></li>
160-
<li class="nav-item popup action ms-3" id="create-message"
161-
><a class="btn btn-dark bg-publish"
162-
href="#"
163-
title="{% trans 'Post message in your timeline' %}"
164-
><i class="fa fa-feather"
165-
></i><span class="d-none d-md-inline"
166-
> {% trans "Publish Message" %}</span></a></li>
167160
{% else %}
168161
<li class="nav-item action ms-3">
169162
<a class="btn btn-outline-dark reduce-size-in-sm"

0 commit comments

Comments
 (0)