Compare commits
No commits in common. "a5c36e4f0bbc3c929ace8408e158c99fa01e9268" and "5a1e9913502b0b9f26516b695c8f8cf3d3901960" have entirely different histories.
a5c36e4f0b
...
5a1e991350
8
TODO
8
TODO
@ -1,8 +0,0 @@
|
|||||||
- Factor out language support into some kind of declarative format (likely JSON)
|
|
||||||
- Make website endpoint that can edit and export strings graphically
|
|
||||||
- Allow setting settings without account using session regardless
|
|
||||||
- Create user account profile page (PFP etc.)
|
|
||||||
- Create forum
|
|
||||||
- Provide data download
|
|
||||||
- Publish database somewhere
|
|
||||||
- Implement search backend
|
|
@ -26,7 +26,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<li><a href="{{ url_for('about_page') }}">{{ localize("about") }}</a></li>
|
<li><a href="{{ url_for('about_page') }}">{{ localize("about") }}</a></li>
|
||||||
<li><a href="{{ url_for('indices.indices_page') }}">{{ localize("indices") }}</a></li>
|
<li><a href="{{ url_for('indices.indices_page') }}">{{ localize("indices") }}</a></li>
|
||||||
<li><a href="{{ url_for('search.search_page') }}">{{ localize("search") }}</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content">
|
<section class="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user