This commit is contained in:
Ross
2021-02-04 21:11:28 +00:00
parent f6fdbfaf7f
commit 64699608be
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ button a {
color: inherit; color: inherit;
} }
#admin-link, #logout-link, #profile-link, #physics-link, #anatomy-link, #rapids-link { #admin-link, #logout-link, #profile-link, #physics-link, #anatomy-link, #rapids-link, #longs-link {
float: right; float: right;
padding-left: 10px; padding-left: 10px;
} }
+1 -1
View File
@@ -35,7 +35,7 @@ class LongAdminForm(ModelForm):
model = Long model = Long
fields = [ fields = [
"site", "sign", "feedback", "author" "history", "sign", "feedback", "author"
] ]
+3
View File
@@ -45,6 +45,9 @@
<span id="rapids-link"> <span id="rapids-link">
<a href="{% url 'rapids:index' %}">Rapids</a> <a href="{% url 'rapids:index' %}">Rapids</a>
</span> </span>
<span id="longs-link">
<a href="{% url 'longs:index' %}">Longs</a>
</span>
<span id="physics-link"> <span id="physics-link">
<a href="{% url 'physics:index' %}">Physics</a> <a href="{% url 'physics:index' %}">Physics</a>
</span> </span>