The future is now.

This commit is contained in:
Martin Mahner 2016-03-23 14:01:30 +01:00
parent d959eb9061
commit 2595d22b90
7 changed files with 0 additions and 7 deletions

View file

@ -1,7 +1,6 @@
{% extends "dpaste/base.html" %} {% extends "dpaste/base.html" %}
{% load i18n %} {% load i18n %}
{% load url from future %}
{% block title %}About {{ site_name }}{% endblock %} {% block title %}About {{ site_name }}{% endblock %}
{% block headline %}About {{ site_name }}{% endblock %} {% block headline %}About {{ site_name }}{% endblock %}

View file

@ -1,6 +1,5 @@
{% load i18n %} {% load i18n %}
{% load staticfiles %} {% load staticfiles %}
{% load url from future %}
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>

View file

@ -3,7 +3,6 @@
{% load mptt_tags %} {% load mptt_tags %}
{% load i18n %} {% load i18n %}
{% load dpaste_tags %} {% load dpaste_tags %}
{% load url from future %}
{% block title %}{% trans "Snippet" %} #{{ snippet.pk }}{% endblock %} {% block title %}{% trans "Snippet" %} #{{ snippet.pk }}{% endblock %}
{% block headline %}{% trans "Snippet" %} #{{ snippet.pk }}{% endblock %} {% block headline %}{% trans "Snippet" %} #{{ snippet.pk }}{% endblock %}

View file

@ -1,5 +1,4 @@
{% load i18n %} {% load i18n %}
{% load url from future %}
<h4> <h4>
{% blocktrans with fileA.get_absolute_url as filea_url and fileB.get_absolute_url as fileb_url and fileA.id as filea_id and fileB.id as fileb_id %} {% blocktrans with fileA.get_absolute_url as filea_url and fileB.get_absolute_url as fileb_url and fileA.id as filea_id and fileB.id as fileb_id %}

View file

@ -1,5 +1,4 @@
{% load i18n %} {% load i18n %}
{% load url from future %}
<form method="post" action="" class="form-horizontal"> <form method="post" action="" class="form-horizontal">
{% csrf_token %} {% csrf_token %}

View file

@ -1,7 +1,6 @@
{% extends "dpaste/base.html" %} {% extends "dpaste/base.html" %}
{% load i18n %} {% load i18n %}
{% load url from future %}
{% load dpaste_tags %} {% load dpaste_tags %}
{% block title %}Snippet History{% endblock %} {% block title %}Snippet History{% endblock %}

View file

@ -1,7 +1,6 @@
{% extends "dpaste/base.html" %} {% extends "dpaste/base.html" %}
{% load i18n %} {% load i18n %}
{% load url from future %}
{% block title %}{% trans "New snippet" %}{% endblock %} {% block title %}{% trans "New snippet" %}{% endblock %}
{% block headline %}{% trans "New snippet" %}{% endblock %} {% block headline %}{% trans "New snippet" %}{% endblock %}