Skip to content
Snippets Groups Projects
Select Git revision
  • c57558a0d0e3a8d23572e98a606af8595813ff67
  • release default protected
  • workshop
3 results

start_config_editor

Blame
  • main.html 265 B
    {% extends "base.html" %}
    
    {% block outdated %}
    <strong>WARNING</strong> You're browsing the documentation for an old version of DBRepo. Consider upgrading your project
    to <a href="{{ config.site_url }}">
        <strong>the latest version</strong>.
    </a>
    {% endblock %}