src/hdalab/templates/renkan_list_favorite.html
author ymh <ymh.work@gmail.com>
Tue, 31 Mar 2015 01:30:41 +0200
changeset 600 4e50f996c7eb
parent 586 32d9c3ff86eb
child 614 40e125004a0b
permissions -rw-r--r--
Added tag V03.00-rc.11 for changeset b29be3a76124
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
586
32d9c3ff86eb various small corrections + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{% extends "renkan_list.html" %}
32d9c3ff86eb various small corrections + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
{% load i18n %}
32d9c3ff86eb various small corrections + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
32d9c3ff86eb various small corrections + new version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
{% block main_content_title %}<h1>{% trans 'Marked Renkans list' %}</h1>&nbsp;<h2><a href="{% url 'renkan_public_list' %}">{% trans 'Public Renkans list' %}</a></h2>{% endblock %}