From c228b371d3f1eeba088fa1c11c4e82ec5425abca Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 30 Jul 2015 01:09:23 +0200 Subject: [PATCH] Use rails page for rails Signed-off-by: Nico Schottelius --- railshosting/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/railshosting/views.py b/railshosting/views.py index 7ebfe106..16264cfe 100644 --- a/railshosting/views.py +++ b/railshosting/views.py @@ -50,6 +50,7 @@ def railshosting(request): context["google_analytics"]="the right id" context["email"]="info@rails-hosting.ch" - return render(request, 'railshosting/django.html', context) + return render(request, 'railshosting/rails.html', context) + def beta(request): return render(request, 'railshosting/beta.html')