.
This commit is contained in:
@@ -118,7 +118,7 @@ button a {
|
||||
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;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ class LongAdminForm(ModelForm):
|
||||
model = Long
|
||||
|
||||
fields = [
|
||||
"site", "sign", "feedback", "author"
|
||||
"history", "sign", "feedback", "author"
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
<span id="rapids-link">
|
||||
<a href="{% url 'rapids:index' %}">Rapids</a>
|
||||
</span>
|
||||
<span id="longs-link">
|
||||
<a href="{% url 'longs:index' %}">Longs</a>
|
||||
</span>
|
||||
<span id="physics-link">
|
||||
<a href="{% url 'physics:index' %}">Physics</a>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user