Lemon sadness
This commit is contained in:
parent
a62bc9b032
commit
bfe90aa69d
52 changed files with 1564 additions and 2492 deletions
|
|
@ -84,7 +84,7 @@
|
|||
{% endif %}
|
||||
<span class="title">
|
||||
<h1>
|
||||
<a href="{% url 'index' %}">FeedVault</a>
|
||||
<a href="{% url 'feeds:index' %}">FeedVault</a>
|
||||
</h1>
|
||||
</span>
|
||||
<div class="leftright">
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
</small>
|
||||
</div>
|
||||
<div class="right">
|
||||
<form action="{% url 'search' %}" method="get">
|
||||
<form action="{% url 'feeds:search' %}" method="get">
|
||||
<input type="text" name="q" placeholder="Search" />
|
||||
<button type="submit">Search</button>
|
||||
</form>
|
||||
|
|
@ -106,22 +106,15 @@
|
|||
<small>
|
||||
<div class="leftright">
|
||||
<div class="left">
|
||||
<a href="{% url 'index' %}">Home</a> |
|
||||
<a href="{% url 'domains' %}">Domains</a> |
|
||||
<a href="{% url 'feeds' %}">Feeds</a> |
|
||||
<a href="{% url 'api_v1:openapi-view' %}">API</a>
|
||||
<a href="{% url 'feeds:index' %}">Home</a> |
|
||||
<a href="{% url 'feeds:feeds' %}">Feeds</a> |
|
||||
<a href="{% url 'feeds:upload' %}">Upload</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a href="https://github.com/TheLovinator1/FeedVault">GitHub</a> |
|
||||
<a href="https://github.com/sponsors/TheLovinator1">Donate</a>
|
||||
<!-- Show login if not logged in -->
|
||||
{% if not user.is_authenticated %}
|
||||
| <a href="{% url 'login' %}">Login</a>
|
||||
{% endif %}
|
||||
<!-- Show username if logged in -->
|
||||
{% if user.is_authenticated %}
|
||||
| <a href="{% url 'profile' %}">{{ user.username }}</a>
|
||||
{% endif %}
|
||||
{% if not user.is_authenticated %}| <a href="">Login</a>{% endif %}
|
||||
{% if user.is_authenticated %}| <a href="">{{ user.username }}</a>{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</small>
|
||||
|
|
@ -135,14 +128,12 @@
|
|||
<small>
|
||||
<div class="leftright">
|
||||
<div class="left">
|
||||
Made by <a href="https://github.com/TheLovinator1">Joakim Hellsén</a>.
|
||||
<a href="">Privacy Policy</a> | <a href="">Terms of Service</a>
|
||||
</div>
|
||||
<div class="right">No rights reserved.</div>
|
||||
</div>
|
||||
<div class="leftright">
|
||||
<div class="left">
|
||||
<a href="mailto:hello@feedvault.se">hello@feedvault.se</a>
|
||||
</div>
|
||||
<div class="left">TheLovinator#9276 on Discord</div>
|
||||
<div class="right">A birthday present for Plipp ❤️</div>
|
||||
</div>
|
||||
</small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue