#fix: remove managedatabase

This commit is contained in:
seshikanth 2026-07-27 18:09:40 +05:30
parent 5bce5cca2b
commit 14427d20fe
1 changed files with 8 additions and 8 deletions

View File

@ -457,14 +457,14 @@
<input type="hidden" name="redirect"
t-att-value="redirect"/>
</form>
<div class="login-footer">
<t t-if="not disable_database_manager">
<a href="/web/database/manager">Manage Databases</a>
</t>
<t t-if="not disable_footer">
<a href="/web/signup">Don't have an account?</a>
</t>
</div>
<!-- <div class="login-footer">-->
<!-- <t t-if="not disable_database_manager">-->
<!-- <a href="/web/database/manager">Manage Databases</a>-->
<!-- </t>-->
<!-- <t t-if="not disable_footer">-->
<!-- <a href="/web/signup">Don't have an account?</a>-->
<!-- </t>-->
<!-- </div>-->
</div>
</div>
</div>