mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 06:13:54 +01:00
Note places in code that need changing
This commit is contained in:
parent
7dd512b2d9
commit
88ced27ac8
3 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue