Skip to content

Commit 9eaa47e

Browse files
committed
Rename base.html to upload_base.html
base.html is a very common name, and may clash with users' base.html
1 parent 04278dc commit 9eaa47e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fileupload/templates/fileupload/picture_form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base.html" %}
1+
{% extends "upload_base.html" %}
22
{% load upload_tags %}
33

44
{% block content %}

0 commit comments

Comments
 (0)