localwiki / localwiki-backend-server

Primary LocalWiki backend server environment
GNU General Public License v2.0
48 stars 16 forks source link

Look into django-smart-extends #55

Closed philipn closed 9 years ago

philipn commented 9 years ago

From @philipn on December 21, 2012 8:45

This could help template / theming reusability. Could do

share/localwiki/templates/site/base.html-

{% extends "site/base.html" %}

And just override the relevant blocks, using {{ block.super }}

Copied from original issue: localwiki/localwiki#401

philipn commented 9 years ago
philipn commented 9 years ago

Closing this, as this isn't really needed anymore.