diff --git a/data/interfaces/default/artistredone.html b/data/interfaces/default/artistredone.html index 5a32ef9e..8f8a0f89 100755 --- a/data/interfaces/default/artistredone.html +++ b/data/interfaces/default/artistredone.html @@ -213,8 +213,16 @@ -
+
+
+ + + + +
+
+
Mark selected issues as ${issue['Issue_Number']} ${issue['IssueName']} @@ -267,21 +280,6 @@ %else: - %if issue['inCacheDIR']: - <% - try: - with open(os.path.join(mylar.CACHE_DIR,issue['Location'])) as f: - linky = issue['Location'] - except IOError as e: - linky = None - - %> - %if linky: - - %endif - %else: - - %endif %endif @@ -306,8 +304,40 @@ <%def name="javascriptIncludes()"> -