From 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 24 Nov 2021 08:24:10 +1300 Subject: Fixed spacing issues --- project/templates/deckconv.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'project/templates/deckconv.html') diff --git a/project/templates/deckconv.html b/project/templates/deckconv.html index 91b12d9..4103518 100644 --- a/project/templates/deckconv.html +++ b/project/templates/deckconv.html @@ -1,14 +1,13 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}Flashcard Deck Converter{% endblock %} +{%- block title -%}Flashcard Deck Converter{%- endblock -%} -{% block content %} - +{%- block content %}

Flashcard Deck Converter

Git repository: Link

@@ -61,7 +60,6 @@ note there are quite a few dependencies involved. This is due to Anki's aforemen deck format. Digging down through layers of JSON inside an SQLite database inside a zipfile is a little bothersome. Dealing with Fresh Memory's current XML based deck format is a walk in the park by comparison, even if it is more unwieldy due to any deck with media not being all one file.

- -{% endblock %} +{% endblock -%} -- cgit