<inputtype="text"id="sqlite_path"name="sqlite_path"value="{{ config.database.sqlite_path if config.database and config.database.sqlite_path else '~/.aisbf/aisbf.db' }}">
<inputtype="text"id="db_sqlite_path"name="sqlite_path"value="{{ config.database.sqlite_path if config.database and config.database.sqlite_path else '~/.aisbf/aisbf.db' }}">
@@ -275,8 +275,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<divid="sqlite-cache-fields"style="display: {% if config.cache and config.cache.type == 'sqlite' %}block{% else %}none{% endif %};">
<divclass="form-group">
<labelfor="sqlite_path">SQLite Cache Path</label>
<inputtype="text"id="sqlite_path"name="sqlite_path"value="{{ config.cache.sqlite_path if config.cache and config.cache.sqlite_path else '~/.aisbf/cache.db' }}">
<inputtype="text"id="cache_sqlite_path"name="sqlite_path"value="{{ config.cache.sqlite_path if config.cache and config.cache.sqlite_path else '~/.aisbf/cache.db' }}">