.
This commit is contained in:
@@ -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
@@ -35,7 +35,7 @@ class LongAdminForm(ModelForm):
|
|||||||
model = Long
|
model = Long
|
||||||
|
|
||||||
fields = [
|
fields = [
|
||||||
"site", "sign", "feedback", "author"
|
"history", "sign", "feedback", "author"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user