1
0
Fork 0
mirror of synced 2024-06-12 07:25:01 +12:00

Update navigation.html to fix target blank inside django tag typo

This commit is contained in:
Nick Sweeting 2024-01-16 00:37:55 -08:00 committed by GitHub
parent 8e03755a7a
commit f839f4f16e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
<a href="{% url 'Home' %}">Snapshots</a> |
<a href="/admin/core/tag/">Tags</a> |
<a href="/admin/core/archiveresult/?o=-1">Log</a> &nbsp; &nbsp;
<a href="{% url 'Docs' target="_blank" rel="noopener noreferrer"%}">Docs</a> |
<a href="{% url 'Docs' %}" target="_blank" rel="noopener noreferrer">Docs</a> |
<a href="{% url 'public-index' %}">Public</a> |
<a href="/admin/">Admin</a>
&nbsp; &nbsp;