allow setting custom cache_dir

This commit is contained in:
Travis Glenn Hansen
2012-09-01 10:21:45 -06:00
parent 7c85002e5d
commit 10a924dfbf
6 changed files with 25 additions and 3 deletions

View File

@@ -560,6 +560,10 @@ m<%inherit file="base.html"/>
<label>Log Directory:</label>
<input type="text" name="log_dir" value="${config['log_dir']}" size="50">
</div>
<div class="row">
<label>Cache Directory:</label>
<input type="text" name="cache_dir" value="${config['cache_dir']}" size="50">
</div>
</fieldset>