summaryrefslogtreecommitdiff
path: root/templates/fotos/index.html
blob: 5be5bdd728f969b2a34a08bccce9b9d023b2923e (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "fotos/base.html" %}
{% load markup %}
{% block page-header %}Fotos{% endblock %}
{% block content %}

{% comment %}
{% if perms.blog.can_add_articulo %}
<a href="/fotos/nuevo_album/">Nuevo album</a>
{% endif %}
{% endcomment %}
{% endblock %}