예제 #1
0
def indice(request):
    ctx = {'modulos': facade.listar_modulos_com_aulas()}
    return render(request, 'modulos/indice.html', ctx)
예제 #2
0
def indice(request):
    ctx = {"modulos": facade.listar_modulos_com_aulas()}
    return render(request, "modulos/indice.html", context=ctx)