And yes, you could still customize by overriding the templates in their new path (which all being under _admin would not reasonably conflict with an app that intends to use the admin).
On Friday, November 15, 2013 10:20:25 AM UTC-8, Justin Smith wrote: > > Yes, I've made significant progress in moving the templates, but a few of > the field editing partials are not accounted for yet. Right now most of the > admin works in the new branch, but a few of the field editors have some > errors introduced. You are welcome to check out the namespaced-templates > branch of the caribou-admin > project<https://github.com/caribou/caribou-admin/tree/namespaced-templates>if > you would like to help and submit a pull request. > > On Friday, November 15, 2013 10:01:23 AM UTC-8, Tassilo Horn wrote: >> >> Justin Smith <[email protected]> writes: >> >> Hi Justin, >> >> > The your own resources subdirectory is merged over the admin one, the >> > structure visible here: caribou admin >> > templates< >> https://github.com/caribou/caribou-admin/tree/master/resources/templates> >> >> >> Ok, thanks for the clarification. At least login and logout seem like >> very likely names to be picked by users, too. >> >> > Update: I have created a namespaced-templates branch of caribou-admin, >> > and the fix actually looks like it will be a shallow change (if >> > moderately tedious given our lack of relative partial paths in >> > templates which gives me another idea...). >> >> That looks like a good change to me. If I'm right, I can still override >> admin templates by creating a _admin/login.html for example, right? >> >> Bye, >> Tassilo >> > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
