{% extends "base.html" %}
{% block title %}settings - özgürsözlük{% endblock %}
{% block meta %}
{% endblock %}
{% block main %}
note: settings are saved in browser cookies, clearing your cookies will reset them.
also this website does not have an official affiliation with eksisozluk.com.
v{{ version }}
-
last commit:
{{ last_commit[:8] }}
-
made with <3 on the t61
contributors:
{% for contributor in contributors %}
{{ contributor['username'] }}
({{ contributor['total-commit'] }})
{% endfor %}