From 359b921be2ddc318b772d93e326332621e853edb Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Tue, 11 Oct 2016 12:58:29 -0300 Subject: [PATCH] Starting template to create link [Issue: #120] --- links/templates/links/link_modal.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+), 0 deletions(-) create mode 100644 links/templates/links/link_modal.html diff --git a/links/templates/links/link_modal.html b/links/templates/links/link_modal.html new file mode 100644 index 0000000..0dbe9ef --- /dev/null +++ b/links/templates/links/link_modal.html @@ -0,0 +1,35 @@ +{% extends 'base.html'%} + +{% for link in links%} + +{% block content%} + + +{% endblock %} +{%endfor%} -- libgit2 0.21.2