remotes/1693045480750635534/spooky-22
kek7198 2021-12-03 11:15:56 -06:00
parent 4dda74f55c
commit 6d244108c1
1 changed files with 9 additions and 0 deletions

View File

@ -121,6 +121,7 @@
<input placeholder="Search" class="block w-full rounded shadow-inner py-2 pl-2 pr-7 bg-white border border-gray-300 hover:border-gray-400 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50" aria-label="Search" name="q" value="{{request.args.get('q', '')}}">
<i class="fas fa-search text-gray-400 absolute top-3 right-3"></i>
</form>
{% if v %}
<!-- Submit post link -->
<button class="w-full btn btn-red mb-4">
<i class="fas fa-pen fa-sm fa-fw mr-2"></i>
@ -158,6 +159,14 @@
</a>
</li>
</ul>
{% else %}
<a class="btn btn-red" href="/login?redirect={{request.path | urlencode}}">
Login
</a>
<a class="btn border border-red-600 hover:from-red-600 hover:to-red-700 hover:border-red-900 text-red-600 focus:text-gray-200;" href="/signup?redirect={{request.path | urlencode}}">
Join rdrama
</a>
{% endif %}
</div>
</div>
</nav>