Commit 540c9fff authored by Margarita Perez's avatar Margarita Perez

Fixed heroes/views

parent 013d35c8
# heroes/views.py
from django.shortcuts import render
from django.views.generic import TemplateView
class HomepageView(TemplateView):
template_name = "homepage.html"
class CloudView(TemplateView):
template_name = "detail_cloud.html"
class SunfloweyView(TemplateView):
template_name = "detail_sunflowey.html"
class JesterView(TemplateView):
template_name = "detail_jester.html"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment