{% extends "base.html" %} {% load url from future %} {% load compress %} {% block title %} {{ note.name }} {% endblock %} {% block pagestyle %} {% compress css %} {% endcompress %} {% endblock %} {% block pagescripts %} {% compress js %} {% endcompress %} {% endblock %} {% block raw_content %}
{{ note.name }} {% if user.is_authenticated %} {% if already_thanked %} {% else %} {% endif %} {% else %} {% endif %} {% if user.is_authenticated %} {% if already_flagged %} {% else %} {% endif %} {% else %} {% endif %} {% if user.is_authenticated %} {% else %} {% endif %} {% if user.get_profile.can_edit_items and note.user != user %} {% endif %} {% if note.user == request.user %}    {% endif %} {% if note.license %} {{ note.license.html|safe }} {% if note.upstream_link %}{{ note.upstream_link|slice:":80" }}{% endif %} {% endif %}
Tags: {% for tag in note.tags.all %} {{ tag.name }}{% if not forloop.last %}, {% endif %} {% endfor %}
×

Edit this note's tags

×

Edit Your Note

{% csrf_token %} {{ note_delete_form }}
{% csrf_token %}
{% with note_edit_form.name as field %} {{ field.errors|safe }} {{ field }}

{{ field.help_text }}

{% endwith %}
{% with note_edit_form.tags as field %} {{ field.errors|safe }} {{ field }}

{{ field.help_text }}

{% endwith %}
Note
Key Terms & Definitions
{% if show_note_container %}
{% if pdf_controls %}
Jump to page:
{% endif %}
{% if note.static_html %}
{% if note.has_markdown %} {% else %} {% endif %}
{% else %} {# note.static_html #}
This document's content is currently unavailable. Please try again later.
{% endif %} {# note.static_html #}
{% endif %} {% if show_keywords %}
{% if user.is_authenticated %}

These key terms and definitions have been defined by KarmaNotes users. You can edit them for accuracy and add more if you like.

{% else %}

These key terms and definitions have been defined by KarmaNotes users.

{% endif %} {% for keyword in keywords %} {% endfor %}
Key Terms Definitions
{{ keyword.word }} {{ keyword.definition }}
{% csrf_token %} {{ keyword_formset.management_form }}
{{ keyword_prototype_form.keyword }}
{{ keyword_prototype_form.definition }} {{ keyword_prototype_form.id }}

{% for form_row in keyword_formset %}
{{ form_row.keyword }}
{{ form_row.definition }} {{ form_row.id }}

{% endfor %}

(Click or press TAB in the last definition for another row)

{% endif %}
  1. You can highlight important words or phrases in this note to add definitions for them.

  2. Keywords you define will appear here, and you can define new ones here too.

{% endblock %}