Changeset - 87fdbd8af1a3
[Not reviewed]
0 2 0
Ben Sturmfels (bsturmfels) - 12 months ago 2023-05-05 01:19:52
ben@sturm.com.au
Trial homepage via flatpages
2 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/default.html
Show inline comments
...
 
@@ -6,3 +6,3 @@
 
<div class="row">
 
  <div class="col-12 content text-page" style="max-width: 45rem">
 
  <div class="col-12 content text-page"{% if flatpage.url != '/' %} style="max-width: 45rem"{% endif %}>
 
    {{ flatpage.content }}
pinaxcon/urls.py
Show inline comments
...
 
@@ -14,3 +14,4 @@ import symposion.views
 
urlpatterns = [
 
    path('', TemplateView.as_view(template_name="homepage.html")),
 
    # Trialling homepage via flatpages.
 
    # path('', TemplateView.as_view(template_name="homepage.html")),
 

	
0 comments (0 inline, 0 general)