Update template

main
beucismis 2 months ago
parent 4242d3cd10
commit 1f3ded6214
  1. 2
      ozgursozluk/templates/donate.html
  2. 19
      ozgursozluk/templates/settings.html

@ -8,7 +8,7 @@
<div class="topic donate">
<p>
donate to the developer <3
</br></br>
</br></br></br>
<b>bitcoin [btc]:</b></br>
3EEMjJwf1RE48iziynYYPweV1nsWguTUUz
</p>

@ -62,22 +62,19 @@
{% endfor %}
</select>
</div>
<div style="text-align: right; padding: 2rem 0.5rem 2rem 0.5rem;">
<div style="padding: 2rem 0.5rem 2rem 0.5rem;">
<button style="width: 100%;" type="submit">save</button>
</div>
</form>
</br>
<div style="text-align: center; padding-bottom: 0.5rem;">
<b>note:</b> settings are saved in browser cookies, clearing your cookies will reset them.
also this website does not have an official affiliation with eksisozluk.com.
</br></br>
<b>v{{ version }}</b>
-
last commit(s):
{% if last_commit == None %}
<a href="{{ source_code }}/commits" target="_blank">go</a>
{% else %}
<a href="{{ source_code }}/commit/{{ last_commit }}" target="_blank">{{ last_commit[:8] }}</a>
{% endif %}
also this website does not have an official affiliation with <i>eksisozluk.com</i>.
</br></br></br>
version {{ version }}
-
last commit:
<a href="{{ source_code }}/commit/{{ last_commit }}" target="_blank">{{ last_commit[:8] }}</a>
-
made with <3 on the <a href="{{ url_for('topic', path='thinkpad-t61--1883047') }}">t61</a>
</div>

Loading…
Cancel
Save