inyokaproject / theme-default

Inyoka OSS Theme
Other
7 stars 12 forks source link

create folderstructur for templates with same namepart #53

Open MarkusH opened 9 years ago

MarkusH commented 9 years ago

From @MAH1987 on October 19, 2014 18:41

Building a folderstructur like "namepart/namespace"

Maybe at the end of template restructure?

example: templates/portal/calendar_base.html -> templates/portal/calendar/base.html templates/portal/calendar_detail.html -> templates/portal/calendar/detail.html templates/portal/calendar_month.html -> templates/portal/calendar/month.html templates/portal/calendar_overview.html -> templates/portal/calendar/overview.html

blocked by PR#52

Copied from original issue: svijee/inyoka#53

Lyra2108 commented 9 years ago

The problem is that the url structure is defined in the backend. Changes in this theme will also effect the ubuntuusers theme. Also @MarkusH wants to change the way urls are called in the feature.

At the moment this issue is blocked and waiting for changes in the backend.