
paulo at digitalcraftsmen
Dec 2, 2008, 1:27 AM
Post #4 of 5
(1360 views)
Permalink
|
Hi, I see. I don't think that deleting the template via the UI will work, becuase when you create a new one over the top bricolage will just reactivate the old one although it may not have any content with it. I would probably go and either change the stored template code directly in the database, select * from template_instance where template_id = XX , you'll get one row for each version of the template. Or delete the template properly out of the database from the template table. Try the first one first, even if you set the data field to be blank, you'll be able to start again. regards, Paul
|