Skip to content
Snippets Groups Projects
Commit d5f91a45 authored by fcrisafulli-dev's avatar fcrisafulli-dev
Browse files

fixed backwards titles

parent bf9b77b5
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ def database_debug_view():
<body>
<p>This service uses {database.get_info()} as its database</p>
<p>Warning: if there are any '<' or '>' or '/' or '\\' in the database: this will break! </p>
<code>UserID, CollectionID, CollectionData, CollectionSummary, CollectionName</code>
<code>CollectionID, UserID, CollectionData, CollectionSummary, CollectionName</code>
{db_html}
</body>
</html>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment