Use rails page for rails
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
95e354bf0d
commit
c72fef6714
1 changed files with 2 additions and 1 deletions
|
@ -50,6 +50,7 @@ def railshosting(request):
|
||||||
context["google_analytics"]="the right id"
|
context["google_analytics"]="the right id"
|
||||||
context["email"]="info@rails-hosting.ch"
|
context["email"]="info@rails-hosting.ch"
|
||||||
|
|
||||||
return render(request, 'railshosting/django.html', context)
|
return render(request, 'railshosting/rails.html', context)
|
||||||
|
|
||||||
def beta(request):
|
def beta(request):
|
||||||
return render(request, 'railshosting/beta.html')
|
return render(request, 'railshosting/beta.html')
|
||||||
|
|
Loading…
Reference in a new issue