Note places in code that need changing

This commit is contained in:
misaochan 2016-09-04 19:28:03 +12:00
parent 7dd512b2d9
commit 88ced27ac8
3 changed files with 4 additions and 0 deletions

View file

@ -130,6 +130,8 @@ public class Contribution extends Media {
public String getPageContents() {
StringBuffer buffer = new StringBuffer();
SimpleDateFormat isoFormat = new SimpleDateFormat("yyyy-MM-dd");
//TODO: Add location template immediately after Information template. {{Location|37.51136|-77.602615}}
buffer
.append("== {{int:filedesc}} ==\n")
.append("{{Information\n")