forked from expo/troggle
survexstations also tabulated
This commit is contained in:
@@ -13,7 +13,7 @@ from django.utils import timezone
|
||||
|
||||
from troggle.core.models.troggle import Expedition, Person, PersonExpedition, DataIssue
|
||||
from troggle.core.models.caves import Cave, LogbookEntry, Entrance
|
||||
from troggle.core.models.survex import SurvexBlock
|
||||
from troggle.core.models.survex import SurvexBlock, SurvexStation
|
||||
|
||||
import troggle.settings as settings
|
||||
|
||||
@@ -167,4 +167,6 @@ def eastings(request):
|
||||
if e.easting or e.northing:
|
||||
ents.append(e)
|
||||
|
||||
return render(request,'eastings.html', {'ents': ents})
|
||||
stations = SurvexStation.objects.all()
|
||||
|
||||
return render(request,'eastings.html', {'ents': ents, 'stations': stations})
|
||||
|
||||
Reference in New Issue
Block a user