~ubuntu-website-community/ubuntu-website/light-django-theme

1
2
3
4
5
6
from django.shortcuts import render_to_response


def test(request):
    return render_to_response('ubuntu_website_base.html', {'ubuntu_website_media':'/ubuntu-website/media'})