Link to GCP storage for files
WARNING: We need to reflect in the webpage that these won't be behind a login. GitLab Issue #2
This commit is contained in:
		
							parent
							
								
									e61d87d37c
								
							
						
					
					
						commit
						8cb7bcc021
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -248,5 +248,4 @@ class SupportingDocument(models.Model): | ||||||
|     description = models.CharField(max_length=140, verbose_name=_("Description")) |     description = models.CharField(max_length=140, verbose_name=_("Description")) | ||||||
| 
 | 
 | ||||||
|     def download_url(self): |     def download_url(self): | ||||||
|         return reverse("proposal_document_download", |         return self.file.url | ||||||
|                        args=[self.pk, os.path.basename(self.file.name).lower()]) |  | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Sachi King
						Sachi King